python310Packages.pytest-quickcheck 0 -> 1 attrpath: python310Packages.pytest-quickcheck 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/qrc761sjxyq4hk03b7j7qw9b5s1vv7b9-packages.json.drv building '/nix/store/qrc761sjxyq4hk03b7j7qw9b5s1vv7b9-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-quickcheck-0.8.6 Press Enter key to continue... Running update for: - python3.10-pytest-quickcheck-0.8.6: UPDATING ... - python3.10-pytest-quickcheck-0.8.6: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-quickcheck/default.nix b/pkgs/development/python-modules/pytest-quickcheck/default.nix index 99d65ec2866..0a7c1907635 100644 --- a/pkgs/development/python-modules/pytest-quickcheck/default.nix +++ b/pkgs/development/python-modules/pytest-quickcheck/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "pytest-quickcheck"; - version = "0.8.6"; + version = "0.9.0"; src = fetchPypi { inherit pname version; - sha256 = "3ef9bde7ba1fe6470c5b61631440186d1254e276c67a527242d91451ab7994e5"; + sha256 = "sha256-UFF8ldnaImXU6al4kGjf720mbwXE6Nut9VlvNVrMVoY="; }; buildInputs = [ pytest ]; No auto update branch exists Old version 0.8.6" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest , pytest-flakes , tox }: buildPythonPackage rec { pname = "pytest-quickcheck"; version = "0.9.0"; src = fetchPypi { inherit pname version; sha256 = "sha256-UFF8ldnaImXU6al4kGjf720mbwXE6Nut9VlvNVrMVoY="; }; buildInputs = [ pytest ]; propagatedBuildInputs = [ pytest-flakes tox ]; meta = with lib; { license = licenses.asl20; homepage = "https://pypi.python.org/pypi/pytest-quickcheck"; description = "pytest plugin to generate random data inspired by QuickCheck"; maintainers = with maintainers; [ onny ]; # Pytest support > 6.0 missing # https://github.com/t2y/pytest-quickcheck/issues/17 broken = true; }; }