summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-28 20:43:26 -0500
committerGitHub <noreply@github.com>2020-11-28 20:43:26 -0500
commit8e249789c2f54e3dd563e0c1457f7d0dfc9cc7a1 (patch)
tree8fb506db7f710827a4b26ccc6c96a3bad86e6382 /pkgs
parentcbe614e01b2b49599418e110724b63e1db72d57b (diff)
parenta829cdd3140533b6856b8b9f9ed618206d1b84a9 (diff)
Merge pull request #104468 from r-ryantm/auto-update/python3.7-pytest-html
python37Packages.pytest-html: 2.1.1 -> 3.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-html/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-html/default.nix b/pkgs/development/python-modules/pytest-html/default.nix
index 2c0c23ebdca1..3ad238f553d1 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 = "2.1.1";
+ version = "3.0.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "1iap9rzxx9pkvz6im3px8xj37pb098lvvf9yiqh93qq5w68w6jka";
+ sha256 = "407adfe8c748a6bb7e68a430ebe3766ffe51e43fc5442f78b261229c03078be4";
};
nativeBuildInputs = [ setuptools_scm ];