python37Packages.pytest-html: 2.1.1 -> 3.0.0

This commit is contained in:
R. RyanTM 2020-11-21 08:18:59 +00:00
parent 26803925aa
commit a829cdd314
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-html"; pname = "pytest-html";
version = "2.1.1"; version = "3.0.0";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1iap9rzxx9pkvz6im3px8xj37pb098lvvf9yiqh93qq5w68w6jka"; sha256 = "407adfe8c748a6bb7e68a430ebe3766ffe51e43fc5442f78b261229c03078be4";
}; };
nativeBuildInputs = [ setuptools_scm ]; nativeBuildInputs = [ setuptools_scm ];