python312Packages.diff-cover: 9.1.1 -> 9.2.0

This commit is contained in:
R. Ryantm
2024-09-08 02:02:06 +00:00
parent 8bcaf56aa3
commit d9aa2a31e5
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "diff-cover";
version = "9.1.1";
version = "9.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "diff_cover";
inherit version;
hash = "sha256-te0glVs+ve6UR25CnP2fEyThwZoExKrjKok7EcNnPx4=";
hash = "sha256-haCzU+u7Z4+eh+owP3W1Rb0LrKOPVjIZu3LyroYrujY=";
};
nativeBuildInputs = [ poetry-core ];