python310Packages.diff-cover: 7.6.0 -> 7.7.0

This commit is contained in:
R. Ryantm 2023-07-15 12:22:39 +00:00
parent 27f58aceb0
commit 1319cc3520

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "7.6.0";
version = "7.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "diff_cover";
inherit version;
hash = "sha256-0QBzA/a/uhSSX2AvxzXKjWslTYtXMg8rSzijphhFP0A=";
hash = "sha256-YGFM9+ciz3+xveSXr6wLUUKU4eJlNESWItrE2ilhI/s=";
};
propagatedBuildInputs = [