python3Packages.pytest-cov: 4.1.0 -> 5.0.0
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user