python3Packages.pytest-html: 4.1.1 -> 4.2.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:06 +01:00
parent dc7e725a33
commit 50f82d320e
@@ -11,19 +11,19 @@
}:
let
pname = "pytest-html";
version = "4.1.1";
version = "4.2.0";
src = fetchPypi {
pname = "pytest_html";
inherit version;
hash = "sha256-cKAeiuWAD0oHS1akyxAlyPT5sDi7pf4x48mOuZZobwc=";
hash = "sha256-tqiMulB1ANhwmVkgHi51fTlB6Fn9F8/U7Yexb8DGeRI=";
};
web-assets = buildNpmPackage {
pname = "${pname}-web-assets";
inherit version src;
npmDepsHash = "sha256-aRod+SzVSb4bqEJzthfl/mH+DpbIe+j2+dNtrrhO2xU=";
npmDepsHash = "sha256-WJ0Ff0Y1u4EiIauEDGeOqLwY5Wk9wgjIvOGUmDog8rQ=";
installPhase = ''
runHook preInstall