Unverified Commit 429e2dfc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.pipdeptree: 2.23.4 -> 2.24.0 (#359195)

parents d59b4dc5 19e40cd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "pipdeptree";
  version = "2.23.4";
  version = "2.24.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "tox-dev";
    repo = "pipdeptree";
    rev = "refs/tags/${version}";
    hash = "sha256-wK3RaVq5PwDVAKotkDVEeAMImJxJVN1GceyoKBGBkOY=";
    hash = "sha256-Tg41ZH91yyE3N2ndmQ9VsK/0t7g9cBNZd4A6XcqBZdo=";
  };

  postPatch = ''