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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/121crfy2v2886g7rvcxp46x83b8bh3cd-packages.json.drv building '/nix/store/121crfy2v2886g7rvcxp46x83b8bh3cd-packages.json.drv'... Going to be running update for following packages: - python3.10-xxhash-3.2.0 Press Enter key to continue... Running update for: - python3.10-xxhash-3.2.0: UPDATING ... - python3.10-xxhash-3.2.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 9062026f742b..9777df966932 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.2.0"; + version = "3.4.1"; pname = "xxhash"; src = fetchPypi { inherit pname version; - hash = "sha256-Gv1Hr4lVxdtzD2MK1TrnmM9/rgrLZM67PPlNNcR90Ig="; + hash = "sha256-A3nWzx/5h81CFgmiZM4CXnTzRuPhRd0QbAzC4+w/mak="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools-scm }: buildPythonPackage rec { version = "3.3.0"; pname = "xxhash"; src = fetchPypi { inherit pname version; hash = "sha256-w/njIrHr7r1E49nS2bEk4MVQwe9BvVUq/c3XGVFu5Bo="; }; 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 ]; }; }