Merge pull request #326609 from r-ryantm/auto-update/python312Packages.pipdeptree

python312Packages.pipdeptree: 2.23.0 -> 2.23.1
This commit is contained in:
Nick Cao 2024-07-12 16:30:05 -04:00 committed by GitHub
commit 7f1e3bd90c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.23.0";
version = "2.23.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-Er47yUaRCtTYQOhttOMIaM2EFf0l5rMH5YV1kpMCDls=";
hash = "sha256-yEiehHcJcVC0hjb9NFgsrSxmAsxNki8HNGKk8dEk75s=";
};
build-system = [