python3Packages.diff-cover: 9.6.0 -> 9.7.1

This commit is contained in:
R. Ryantm
2025-09-29 00:10:30 +00:00
parent 62588b43e4
commit d5aa68d835

View File

@@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "diff-cover"; pname = "diff-cover";
version = "9.6.0"; version = "9.7.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "diff_cover"; pname = "diff_cover";
inherit version; inherit version;
hash = "sha256-deW8BW3Kpoxsh8n7TgfJ5g2u8VtujQNNVtLaniyEqHI="; hash = "sha256-oDt4vGS33Cfdp/EcRrxtRPThIcj7mlBo1B8goF1GNUg=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];