0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.pytest-html: 3.1.1 -> 3.2.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:40 +01:00
parent 837057ad44
commit dbf99fbf18

View file

@ -3,12 +3,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-html"; pname = "pytest-html";
version = "3.1.1"; version = "3.2.0";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3"; sha256 = "sha256-xOL0uwv/xDf1GtIXSoo+cd+Bu8L2iUYE5gSvGPvmh8M=";
}; };
nativeBuildInputs = [ setuptools-scm ]; nativeBuildInputs = [ setuptools-scm ];