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

python311Packages.pipdeptree: 2.16.0 -> 2.16.1
This commit is contained in:
Nick Cao 2024-03-06 08:57:36 -05:00 committed by GitHub
commit 2cd9daab4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.16.0";
version = "2.16.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-KxjsT8hf+IbQVL+mzjrOkGCEJ0m5IqxdnDVWzbQbAhU=";
hash = "sha256-aOAFM8b0kOZT5/afZigZjJDvS2CyqghY6GATzeyySB4=";
};
nativeBuildInputs = [