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

python311Packages.pipdeptree: 2.22.0 -> 2.23.0
This commit is contained in:
Nick Cao
2024-06-18 16:56:04 -04:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.22.0";
version = "2.23.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-Kvse8eSlhzIBJvvJ7KoV0FCf9muQHkFS4ozwWp0WLz0=";
hash = "sha256-Er47yUaRCtTYQOhttOMIaM2EFf0l5rMH5YV1kpMCDls=";
};
build-system = [