python311Packages.toolz 0 -> 1 attrpath: python311Packages.toolz 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/m52zsdrw2ng5j43nw0060w80c84vhawh-packages.json.drv building '/nix/store/m52zsdrw2ng5j43nw0060w80c84vhawh-packages.json.drv'... Going to be running update for following packages: - python3.11-toolz-0.12.0 Press Enter key to continue... Running update for: - python3.11-toolz-0.12.0: UPDATING ... - python3.11-toolz-0.12.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/toolz/default.nix b/pkgs/development/python-modules/toolz/default.nix index 60e38571a759..ccec8644b070 100644 --- a/pkgs/development/python-modules/toolz/default.nix +++ b/pkgs/development/python-modules/toolz/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "toolz"; - version = "0.12.0"; + version = "0.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-iMVwhhxEDuPy9gN8RlRhMij/QMk6bCXg66cNFygsYZQ="; + hash = "sha256-7Mo0JmSJPxd6E9rA5rQcvYrCWjWOXyFTFtQ+IQAiT00="; }; nativeCheckInputs = [ pytestCheckHook ]; No auto update branch exists Old version 0.12.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "toolz"; version = "0.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-7Mo0JmSJPxd6E9rA5rQcvYrCWjWOXyFTFtQ+IQAiT00="; }; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { homepage = "https://github.com/pytoolz/toolz"; description = "List processing tools and functional utilities"; license = licenses.bsd3; maintainers = with maintainers; [ fridh ]; }; }