Merge pull request #304155 from r-ryantm/auto-update/python312Packages.diff-cover

python312Packages.diff-cover: 8.0.3 -> 9.0.0
This commit is contained in:
Nick Cao 2024-04-15 09:59:57 -04:00 committed by GitHub
commit 5e2cc8497c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [