python312Packages.diff-cover: 9.1.0 -> 9.1.1

This commit is contained in:
R. Ryantm
2024-07-18 13:30:48 +00:00
parent 4496f7dd0b
commit 096fa66f0b
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "9.1.0";
version = "9.1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "diff_cover";
inherit version;
hash = "sha256-xsn38erNkBnRGMr7dZCERcqkGnn2Xzb59QbJYm28vHA=";
hash = "sha256-te0glVs+ve6UR25CnP2fEyThwZoExKrjKok7EcNnPx4=";
};
nativeBuildInputs = [ poetry-core ];