python311Packages.coverage 0 -> 1 attrpath: python311Packages.coverage 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/l2p59sp425w53f1lp2i74lrwkispra3v-packages.json.drv building '/nix/store/l2p59sp425w53f1lp2i74lrwkispra3v-packages.json.drv'... Going to be running update for following packages: - python3.11-coverage-7.3.2 Press Enter key to continue... Running update for: - python3.11-coverage-7.3.2: UPDATING ... - python3.11-coverage-7.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/coverage/default.nix b/pkgs/development/python-modules/coverage/default.nix index eba9e13865d8..43919f97fc2f 100644 --- a/pkgs/development/python-modules/coverage/default.nix +++ b/pkgs/development/python-modules/coverage/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "coverage"; - version = "7.3.2"; + version = "7.4.4"; pyproject = true; # uses f strings @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-vjKtKTQbAXDnlcpZDhwH6B/AYctbEMdM5yA0kUhEBO8="; + hash = "sha256-yQHfg9CXZJ4lfoA74iWSrt/VGC8Hs8yH1kC7ua/VD0k="; }; nativeBuildInputs = [ No auto update branch exists Old version 7.3.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , mock , pythonOlder , setuptools }: buildPythonPackage rec { pname = "coverage"; version = "7.4.3"; pyproject = true; # uses f strings disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; hash = "sha256-J29gd6XGFEekjRM+0T51nAnmKv8NyEJ0po3BhmAQTVI="; }; nativeBuildInputs = [ setuptools ]; # No tests in archive doCheck = false; nativeCheckInputs = [ mock ]; meta = { description = "Code coverage measurement for python"; homepage = "https://coverage.readthedocs.io/"; license = lib.licenses.bsd3; }; }