python3Packages.diff-cover: 9.7.1 -> 9.7.2

This commit is contained in:
R. Ryantm
2025-11-12 12:19:46 +00:00
parent ff7090395a
commit 4d3ae1d796
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "9.7.1";
version = "9.7.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "diff_cover";
inherit version;
hash = "sha256-oDt4vGS33Cfdp/EcRrxtRPThIcj7mlBo1B8goF1GNUg=";
hash = "sha256-hyyCDS7L95xh1Sx9xwQZAV4KuSiViVZseR3ScPwMbjs=";
};
build-system = [ poetry-core ];