python3Packages.pytest-cov: 3.0.0 -> 4.0.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:39 +01:00
parent 65625811e2
commit d38e9e7f7c

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pytest-cov";
version = "3.0.0";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470";
sha256 = "sha256-mWt5795kM829AIiHLbxfs+1/4VeLaM27pjTxS7jdBHA=";
};
buildInputs = [ pytest ];