Skip to content

Commit 3c85086

Browse files
mweinelttm-drtina
authored andcommitted
python3Packages.pytest-html: 4.0.2 -> 4.1.1
1 parent 189c8ae commit 3c85086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pytest-html/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
}:
1212
let
1313
pname = "pytest-html";
14-
version = "4.0.2";
14+
version = "4.1.1";
1515

1616
src = fetchPypi {
1717
pname = "pytest_html";
1818
inherit version;
19-
hash = "sha256-iGgrno5ROSRyVGpwohObJ9a8GDSkr9PkHaM8nZ+R5KQ=";
19+
hash = "sha256-cKAeiuWAD0oHS1akyxAlyPT5sDi7pf4x48mOuZZobwc=";
2020
};
2121

2222
web-assets = buildNpmPackage {

0 commit comments

Comments
 (0)