python3Packages.celery: 5.6.1 -> 5.6.2 (#478147)
This commit is contained in:
@@ -39,14 +39,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "celery";
|
||||
version = "5.6.1";
|
||||
version = "5.6.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "celery";
|
||||
repo = "celery";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-zKvkQ9/1N6ht4yrL+KDr3QDcWseoZBUkuwdFORKqctI=";
|
||||
hash = "sha256-S84hLGwVVgxnUB6wnqU58tN56t/tQ79ZUni/iP5sx94=";
|
||||
};
|
||||
|
||||
patches = lib.optionals (!withAmqpRepl) [
|
||||
|
||||
Reference in New Issue
Block a user