Commit 8ac83357 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.diff-cover: 8.0.3 -> 9.0.0

parent 1f54fa2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "diff-cover";
  version = "8.0.3";
  version = "9.0.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "diff_cover";
    inherit version;
    hash = "sha256-OTVlyoZorh4OOOThMrUc8CgIb7Bqen2Ued61Aj4vaNQ=";
    hash = "sha256-HchR0/PzIMBI0DYY5MDZhh+koVBrQl0tCaVksgyVZ0o=";
  };

  nativeBuildInputs = [