python311Packages.pipdeptree: 2.22.0 -> 2.23.0

This commit is contained in:
R. Ryantm 2024-06-18 18:09:12 +00:00
parent bd8d034e65
commit 2d8356a711

View File

@ -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 = [