We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189c8ae commit 3c85086Copy full SHA for 3c85086
pkgs/development/python-modules/pytest-html/default.nix
@@ -11,12 +11,12 @@
11
}:
12
let
13
pname = "pytest-html";
14
- version = "4.0.2";
+ version = "4.1.1";
15
16
src = fetchPypi {
17
pname = "pytest_html";
18
inherit version;
19
- hash = "sha256-iGgrno5ROSRyVGpwohObJ9a8GDSkr9PkHaM8nZ+R5KQ=";
+ hash = "sha256-cKAeiuWAD0oHS1akyxAlyPT5sDi7pf4x48mOuZZobwc=";
20
};
21
22
web-assets = buildNpmPackage {
0 commit comments