python310Packages.celery 0 -> 1 attrpath: python310Packages.celery Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/slbb4hnp1hlfb4g143wf4z2syb1gvyk6-packages.json.drv building '/nix/store/slbb4hnp1hlfb4g143wf4z2syb1gvyk6-packages.json.drv'... Going to be running update for following packages: - python3.10-celery-5.2.7 Press Enter key to continue... Running update for: - python3.10-celery-5.2.7: UPDATING ... - python3.10-celery-5.2.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/celery/default.nix b/pkgs/development/python-modules/celery/default.nix index 52fcaad47ad..98588a08fbb 100644 --- a/pkgs/development/python-modules/celery/default.nix +++ b/pkgs/development/python-modules/celery/default.nix @@ -26,14 +26,14 @@ buildPythonPackage rec { pname = "celery"; - version = "5.2.7"; + version = "5.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-+vvYKTTTD4oAT4Ho96Bi4xQToj1ES+juMyZVORWVjG0="; + hash = "sha256-Hqul7hTYyMC+2PYGPl4Q2r288jUDqGHPDhC3Ih2Zyw0="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.celery: 5.2.7 -> 5.3.0; python310Packages.kombu: 5.2.4 -> 5.3.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/237253"