Skip to content

Commit

Permalink
python310Packages.celery: 5.3.0 -> 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jul 26, 2023
1 parent a661ec5 commit 0758cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/celery/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@

buildPythonPackage rec {
pname = "celery";
version = "5.3.0";
version = "5.3.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-Hqul7hTYyMC+2PYGPl4Q2r288jUDqGHPDhC3Ih2Zyw0=";
hash = "sha256-+E0cIaFSDBFsK30mWTkmWBGRQ1oDqnS3fJQbk8ocYhA=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0758cbc

Please sign in to comment.