python312Packages.python-snappy 0.6.1 -> 0.7.1 https://repology.org/project/python:python-snappy/versions attrpath: python312Packages.python-snappy 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/aj1gdpw97af6z00vg2571lbrm2smj08v-packages.json.drv building '/nix/store/aj1gdpw97af6z00vg2571lbrm2smj08v-packages.json.drv'... Going to be running update for following packages: - python3.12-python-snappy-0.6.1 Press Enter key to continue... Running update for: - python3.12-python-snappy-0.6.1: UPDATING ... - python3.12-python-snappy-0.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-snappy/default.nix b/pkgs/development/python-modules/python-snappy/default.nix index 05fcdda421dc..a6f5973ea458 100644 --- a/pkgs/development/python-modules/python-snappy/default.nix +++ b/pkgs/development/python-modules/python-snappy/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "python-snappy"; - version = "0.6.1"; + version = "0.7.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-tqEHqwYgasxTWdTFYyvZsi1EhwKnmzFpsMYuD7gIuyo="; + hash = "sha256-G8KdNiEdRLufBPPXzPuurrvC9ittQPT8Tt0fsWvFLBM="; }; buildInputs = [ snappy ]; No auto update branch exists Old version 0.6.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , cramjam , setuptools , snappy , unittestCheckHook }: buildPythonPackage rec { pname = "python-snappy"; version = "0.7.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-G8KdNiEdRLufBPPXzPuurrvC9ittQPT8Tt0fsWvFLBM="; }; build-system = [ cramjam setuptools ]; buildInputs = [ snappy ]; dependencies = [ cramjam ]; nativeCheckInputs = [ unittestCheckHook ]; meta = with lib; { description = "Python library for the snappy compression library from Google"; homepage = "https://github.com/intake/python-snappy"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }