python3Packages.pipdeptree: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm
2026-07-05 10:05:21 +00:00
parent 669ebda586
commit cc7208bbea

View File

@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "pipdeptree";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "pipdeptree";
tag = finalAttrs.version;
hash = "sha256-poUults9ev+5aryrZPxnxF/X9u0iivnlc1ceLxB7dys=";
hash = "sha256-EDpKJBDb3CkTMfiLyYMakbm5riIHsf+49yM99uQDPT8=";
};
build-system = [