python313Packages.pipdeptree: 2.24.0 -> 2.25.0

Diff: https://github.com/tox-dev/pipdeptree/compare/refs/tags/2.24.0...2.25.0

Changelog: https://github.com/tox-dev/pipdeptree/releases/tag/2.25.0
This commit is contained in:
Fabian Affolter
2025-02-05 11:18:14 +01:00
parent fc36872297
commit da9c18e1d2
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.24.0";
version = "2.25.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
tag = version;
hash = "sha256-Tg41ZH91yyE3N2ndmQ9VsK/0t7g9cBNZd4A6XcqBZdo=";
hash = "sha256-U1zr38eZks7uMXKgsbRZUZlDsxScUsKaq+scH/mLRG4=";
};
postPatch = ''