Merge pull request #133791 from r-ryantm/auto-update/python3.8-celery

python38Packages.celery: 5.1.1 -> 5.1.2

authored by

Martin Weinelt and committed by
GitHub
e3a018cf 4022af7d

+2 -2
+2 -2
pkgs/development/python-modules/celery/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "celery"; 8 - version = "5.1.1"; 8 + version = "5.1.2"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "54436cd97b031bf2e08064223240e2a83d601d9414bcb1b702f94c6c33c29485"; 12 + sha256 = "8d9a3de9162965e97f8e8cc584c67aad83b3f7a267584fa47701ed11c3e0d4b0"; 13 13 }; 14 14 15 15 # click is only used for the repl, in most cases this shouldn't impact