python3Packages.pipdeptree: 2.26.0 -> 2.26.1

This commit is contained in:
R. Ryantm
2025-05-03 10:25:49 +00:00
parent 4a3f7c41c0
commit 40a890e7df
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.26.0";
version = "2.26.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
tag = version;
hash = "sha256-Nq+xXzi5PeDDNTtkTaMTWO4HpxkjSUptE4jwfjBoauY=";
hash = "sha256-mgmUIN49zLo5XYWW5Y9XXeZ9RurB1LekF3/vl8EDhxM=";
};
postPatch = ''