Skip to content

Commit

Permalink
python312Packages.pipdeptree: 2.23.4 -> 2.24.0 (NixOS#359195)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 26, 2024
2 parents d59b4dc + 19e40cd commit 429e2df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pipdeptree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

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

postPatch = ''
Expand Down

0 comments on commit 429e2df

Please sign in to comment.