python311Packages.celery-types 0 -> 1 attrpath: python311Packages.celery-types Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mqjnb2pvx9xcjc0y1apg59fvkby20db2-packages.json.drv building '/nix/store/mqjnb2pvx9xcjc0y1apg59fvkby20db2-packages.json.drv'... Going to be running update for following packages: - python3.11-celery-types-0.20.0 Press Enter key to continue... Running update for: - python3.11-celery-types-0.20.0: UPDATING ... - python3.11-celery-types-0.20.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/celery-types/default.nix b/pkgs/development/python-modules/celery-types/default.nix index cc77baff0444..8254ec0d3450 100644 --- a/pkgs/development/python-modules/celery-types/default.nix +++ b/pkgs/development/python-modules/celery-types/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "celery-types"; - version = "0.20.0"; + version = "0.22.0"; format = "pyproject"; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; - hash = "sha256-5cdiVVYF7QWSuu2dUZIwBGzo56EcZ6ghVVwIt87OGWA="; + hash = "sha256-DsrS+lpu3tCh+Rnl4eOBzC/wY1/ksh21O0ZhtodtWzA="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.20.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , poetry-core , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "celery-types"; version = "0.22.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { pname = "celery_types"; inherit version; hash = "sha256-DsrS+lpu3tCh+Rnl4eOBzC/wY1/ksh21O0ZhtodtWzA="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ typing-extensions ]; doCheck = false; meta = with lib; { description = "PEP-484 stubs for Celery"; homepage = "https://github.com/sbdchd/celery-types"; license = licenses.mit; maintainers = with maintainers; [ elohmeier ]; }; }