python310Packages.pytest-cov: 4.0.0 -> 4.1.0

This commit is contained in:
Martin Weinelt
2023-07-28 12:15:34 +02:00
parent 155e879007
commit 99a038dfca
@@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pytest-cov";
version = "4.0.0";
version = "4.1.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-mWt5795kM829AIiHLbxfs+1/4VeLaM27pjTxS7jdBHA=";
hash = "sha256-OQSxPfv+xH8AO453/VtYnNEZBKId3xqzimTyBNahDvY=";
};
buildInputs = [ pytest ];