Unverified Commit 540a3d57 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.diff-cover: 9.2.3 -> 9.2.4 (#389032)

parents 886f6256 086d0867
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "diff-cover";
  version = "9.2.3";
  version = "9.2.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "diff_cover";
    inherit version;
    hash = "sha256-NC6SEo5iNrGt7i3bTmy8HUcEZcFIKc/GTEza5YERXzs=";
    hash = "sha256-bqRHEfCRmaG4vKourgAuHzN90i8teY/P1ipqFVS7KoY=";
  };

  build-system = [ poetry-core ];