python313Packages.pipdeptree: 2.24.0 -> 2.25.0 (#379556)

This commit is contained in:
Fabian Affolter
2025-02-05 11:58:56 +01:00
committed by GitHub
@@ -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 = ''