python37Packages.pytest-html: 2.1.0 -> 2.1.1

This commit is contained in:
R. RyanTM 2020-04-07 04:18:20 +00:00 committed by Jon
parent 6e92198fcb
commit 08c7b8187f

View File

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