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

python311Packages.pipdeptree: 2.13.2 -> 2.14.0
This commit is contained in:
Nick Cao 2024-02-17 09:52:41 -05:00 committed by GitHub
commit 3fa0977ea8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pipdeptree"; pname = "pipdeptree";
version = "2.13.2"; version = "2.14.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev"; owner = "tox-dev";
repo = "pipdeptree"; repo = "pipdeptree";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-eDgulAKq78HRW/7GhO40hxr+F1hOfgXqAzaCw5pFjD8="; hash = "sha256-FkqpBF5JDSzUp3VrFuCohUhpWOl38cnFQVFYKY9qupQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [