We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d59b4dc + 19e40cd commit 429e2dfCopy full SHA for 429e2df
pkgs/development/python-modules/pipdeptree/default.nix
@@ -16,7 +16,7 @@
16
17
buildPythonPackage rec {
18
pname = "pipdeptree";
19
- version = "2.23.4";
+ version = "2.24.0";
20
pyproject = true;
21
22
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
25
owner = "tox-dev";
26
repo = "pipdeptree";
27
rev = "refs/tags/${version}";
28
- hash = "sha256-wK3RaVq5PwDVAKotkDVEeAMImJxJVN1GceyoKBGBkOY=";
+ hash = "sha256-Tg41ZH91yyE3N2ndmQ9VsK/0t7g9cBNZd4A6XcqBZdo=";
29
};
30
31
postPatch = ''
0 commit comments