python3Packages.pytest-cov: 5.0.0 -> 6.0.0

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:53 +01:00
parent 4cfa68ef6e
commit 722858864c
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-cov";
version = "5.0.0";
version = "6.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-WDe1jp9uvTNbD4Bg7szmm2YkFbFtxQOIOgL0Xf6xSFc=";
hash = "sha256-/eC1lcoki7ji128CC0ZfOxB8ljLmodFwXxeDTIncrcA=";
};
buildInputs = [ pytest ];