python310Packages.xxhash 0 -> 1 attrpath: python310Packages.xxhash 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1r1p3m29q6dd1shqvay60djqyhafi1wd-packages.json.drv building '/nix/store/1r1p3m29q6dd1shqvay60djqyhafi1wd-packages.json.drv'... Going to be running update for following packages: - python3.10-xxhash-3.1.0 Press Enter key to continue... Running update for: - python3.10-xxhash-3.1.0: UPDATING ... - python3.10-xxhash-3.1.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xxhash/default.nix b/pkgs/development/python-modules/xxhash/default.nix index 65878438735..00cc42ee56c 100644 --- a/pkgs/development/python-modules/xxhash/default.nix +++ b/pkgs/development/python-modules/xxhash/default.nix @@ -5,12 +5,12 @@ }: buildPythonPackage rec { - version = "3.1.0"; + version = "3.2.0"; pname = "xxhash"; src = fetchPypi { inherit pname version; - sha256 = "sha256-rCGx4h3G/f7ppXtT9Hd1OdU6hPLhVGo/gC8Vn5lmvcE="; + sha256 = "sha256-Gv1Hr4lVxdtzD2MK1TrnmM9/rgrLZM67PPlNNcR90Ig="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools-scm }: buildPythonPackage rec { version = "3.2.0"; pname = "xxhash"; src = fetchPypi { inherit pname version; sha256 = "sha256-Gv1Hr4lVxdtzD2MK1TrnmM9/rgrLZM67PPlNNcR90Ig="; }; nativeBuildInputs = [ setuptools-scm ]; meta = with lib; { homepage = "https://github.com/ifduyue/python-xxhash"; description = "Python Binding for xxHash https://pypi.org/project/xxhash/"; license = licenses.bsd2; maintainers = [ maintainers.teh ]; }; }