python312Packages.diff-cover: 9.1.1 -> 9.2.0 (#340421)

This commit is contained in:
Nick Cao
2024-09-08 08:44:10 -04:00
committed by GitHub
@@ -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 ];