python310Packages.pytest-html 0 -> 1 attrpath: python310Packages.pytest-html 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/50siibdskg7m5hnwdpnl4cq78kdz0158-packages.json.drv building '/nix/store/50siibdskg7m5hnwdpnl4cq78kdz0158-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-html-3.1.1 Press Enter key to continue... Running update for: - python3.10-pytest-html-3.1.1: UPDATING ... - python3.10-pytest-html-3.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-html/default.nix b/pkgs/development/python-modules/pytest-html/default.nix index 78b2de292f1..dea7f772f78 100644 --- a/pkgs/development/python-modules/pytest-html/default.nix +++ b/pkgs/development/python-modules/pytest-html/default.nix @@ -3,12 +3,12 @@ buildPythonPackage rec { pname = "pytest-html"; - version = "3.1.1"; + version = "3.2.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3"; + sha256 = "sha256-xOL0uwv/xDf1GtIXSoo+cd+Bu8L2iUYE5gSvGPvmh8M="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 3.1.1" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, pythonOlder , pytest, pytest-metadata, setuptools-scm }: buildPythonPackage rec { pname = "pytest-html"; version = "3.2.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; sha256 = "sha256-xOL0uwv/xDf1GtIXSoo+cd+Bu8L2iUYE5gSvGPvmh8M="; }; nativeBuildInputs = [ setuptools-scm ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ pytest-metadata ]; meta = with lib; { description = "Plugin for generating HTML reports"; homepage = "https://github.com/pytest-dev/pytest-html"; license = licenses.mpl20; maintainers = with maintainers; [ mpoquet ]; }; }