python311Packages.pipdeptree: 2.15.0 -> 2.15.1

Diff: https://github.com/tox-dev/pipdeptree/compare/refs/tags/2.15.0...2.15.1

Changelog: https://github.com/tox-dev/pipdeptree/releases/tag/2.15.1
This commit is contained in:
Fabian Affolter 2024-02-24 17:22:49 +01:00
parent 7af2bd3d41
commit a629de5ab9

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.15.0";
version = "2.15.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-ol5+icJAWW3+A8BEAt1MfoPeMnD/CivqSw0cPvSx2nU=";
hash = "sha256-25KcmBHoKfJoTE/GSa//QlKCNrYGSAFzTuASRIv0b+w=";
};
nativeBuildInputs = [