python311Packages.stevedore 0 -> 1 attrpath: python311Packages.stevedore 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/5ad956n8c0zw9glyig5ry0ak1m8j864q-packages.json.drv building '/nix/store/5ad956n8c0zw9glyig5ry0ak1m8j864q-packages.json.drv'... Going to be running update for following packages: - python3.11-stevedore-5.1.0 Press Enter key to continue... Running update for: - python3.11-stevedore-5.1.0: UPDATING ... - python3.11-stevedore-5.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/stevedore/default.nix b/pkgs/development/python-modules/stevedore/default.nix index b2328f8d9ff4..3e7d9dfab324 100644 --- a/pkgs/development/python-modules/stevedore/default.nix +++ b/pkgs/development/python-modules/stevedore/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "stevedore"; - version = "5.1.0"; + version = "5.2.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-pUU0rPm4m8ftJkgHATtQW/B/dNvkvPo30yvQY4cLCHw="; + hash = "sha256-Rrk8pA4RFM6pPXOKbB42U5aYG7a7eMJwRbdYfJRzVE0="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.stevedore: 5.1.0 -> 5.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291186"