mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
python311Packages.celery: 5.3.5 -> 5.3.6
Changelog: https://github.com/celery/celery/releases/tag/v5.3.6
This commit is contained in:
parent
30748250bc
commit
d3f357fa80
@ -28,14 +28,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "celery";
|
||||
version = "5.3.5";
|
||||
version = "5.3.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-a2XY3V20md1hkMRapjmOFxuZWS8q9iwxL3ORWH/rVFg=";
|
||||
hash = "sha256-hwzHHXN8AgDDlykNcwNEzJkdE6BXU0NT0STJOAJnqrk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user