python311Packages.xxhash 3.3.0 -> 3.4.1 https://repology.org/project/python:xxhash/versions attrpath: python311Packages.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/c3aci7vvl0aka9xbl498ghgmn1l9lr4a-packages.json.drv building '/nix/store/c3aci7vvl0aka9xbl498ghgmn1l9lr4a-packages.json.drv'... Going to be running update for following packages: - python3.11-xxhash-3.3.0 Press Enter key to continue... Running update for: - python3.11-xxhash-3.3.0: UPDATING ... - python3.11-xxhash-3.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xxhash/default.nix b/pkgs/development/python-modules/xxhash/default.nix index 4f226e731295..025f0d06e78c 100644 --- a/pkgs/development/python-modules/xxhash/default.nix +++ b/pkgs/development/python-modules/xxhash/default.nix @@ -5,13 +5,13 @@ }: buildPythonPackage rec { - version = "3.3.0"; + version = "3.4.1"; format = "setuptools"; pname = "xxhash"; src = fetchPypi { inherit pname version; - hash = "sha256-w/njIrHr7r1E49nS2bEk4MVQwe9BvVUq/c3XGVFu5Bo="; + hash = "sha256-A3nWzx/5h81CFgmiZM4CXnTzRuPhRd0QbAzC4+w/mak="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools }: buildPythonPackage rec { pname = "xxhash"; version = "3.4.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-A3nWzx/5h81CFgmiZM4CXnTzRuPhRd0QbAzC4+w/mak="; }; nativeBuildInputs = [ setuptools ]; pythonImportsCheck = [ "xxhash" ]; meta = with lib; { description = "Python Binding for xxHash"; homepage = "https://github.com/ifduyue/python-xxhash"; changelog = "https://github.com/ifduyue/python-xxhash/blob/v${version}/CHANGELOG.rst"; license = licenses.bsd2; maintainers = with maintainers; [ teh ]; }; }