Merge pull request #304237 from r-ryantm/auto-update/python311Packages.pipdeptree

python311Packages.pipdeptree: 2.16.2 -> 2.18.1
This commit is contained in:
Matthias Beyer 2024-04-22 13:04:02 +02:00 committed by GitHub
commit e4f39d4cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.16.2";
version = "2.18.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-g0O0ndHd2ehBUmHwb0HoWgCGSsqbjmlPFOd6KrkUv2Y=";
hash = "sha256-fzxshqh2QurpbilG0gC3NWnUntTRoxOHPpfpg6bPI98=";
};
build-system = [