Skip to content

Commit 429e2df

Browse files
authored
python312Packages.pipdeptree: 2.23.4 -> 2.24.0 (#359195)
2 parents d59b4dc + 19e40cd commit 429e2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pipdeptree/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "pipdeptree";
19-
version = "2.23.4";
19+
version = "2.24.0";
2020
pyproject = true;
2121

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

3131
postPatch = ''

0 commit comments

Comments
 (0)