python312Packages.diff-cover: 8.0.3 -> 9.0.0

This commit is contained in:
R. Ryantm 2024-04-15 02:13:36 +00:00
parent 1f54fa2ddf
commit 8ac83357e3
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "8.0.3";
version = "9.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "diff_cover";
inherit version;
hash = "sha256-OTVlyoZorh4OOOThMrUc8CgIb7Bqen2Ued61Aj4vaNQ=";
hash = "sha256-HchR0/PzIMBI0DYY5MDZhh+koVBrQl0tCaVksgyVZ0o=";
};
nativeBuildInputs = [