python311Packages.pyrsistent 0.19.3 -> 0.20.0 https://repology.org/project/python:pyrsistent/versions attrpath: python311Packages.pyrsistent 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/m4x6zwy33dz9xq5g5yfyllbfwj3s6ay9-packages.json.drv building '/nix/store/m4x6zwy33dz9xq5g5yfyllbfwj3s6ay9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrsistent-0.19.3 Press Enter key to continue... Running update for: - python3.11-pyrsistent-0.19.3: UPDATING ... - python3.11-pyrsistent-0.19.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyrsistent/default.nix b/pkgs/development/python-modules/pyrsistent/default.nix index 2f21caa001d3..e0816bc17809 100644 --- a/pkgs/development/python-modules/pyrsistent/default.nix +++ b/pkgs/development/python-modules/pyrsistent/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "pyrsistent"; - version = "0.19.3"; + version = "0.20.0"; format = "setuptools"; disabled = isPy27; src = fetchPypi { inherit pname version; - hash = "sha256-GimUdzcGu7SZXDGpe8lPFBgxSSO9EEjG2WSDcEA3ZEA="; + hash = "sha256-TEj3j2KrWWxnkIYITQ3RMlSuTz1scqg//fXr3vjyZaQ="; }; propagatedBuildInputs = [ six ]; No auto update branch exists Old version 0.19.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , setuptools , six , pytestCheckHook , hypothesis }: buildPythonPackage rec { pname = "pyrsistent"; version = "0.20.0"; pyproject = true; disabled = isPy27; src = fetchPypi { inherit pname version; hash = "sha256-TEj3j2KrWWxnkIYITQ3RMlSuTz1scqg//fXr3vjyZaQ="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ six ]; nativeCheckInputs = [ pytestCheckHook hypothesis ]; pythonImportsCheck = [ "pyrsistent" ]; meta = with lib; { homepage = "https://github.com/tobgu/pyrsistent/"; description = "Persistent/Functional/Immutable data structures"; license = licenses.mit; maintainers = with maintainers; [ desiderius ]; }; }