python3Packages.pytest-cov: 4.1.0 -> 5.0.0

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:11 +02:00
parent 6fc2c5ed22
commit 19d9ff0de1
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-cov";
version = "4.1.0";
version = "5.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-OQSxPfv+xH8AO453/VtYnNEZBKId3xqzimTyBNahDvY=";
hash = "sha256-WDe1jp9uvTNbD4Bg7szmm2YkFbFtxQOIOgL0Xf6xSFc=";
};
buildInputs = [ pytest ];