Merge pull request #216916 from r-ryantm/auto-update/python310Packages.pipdeptree

python310Packages.pipdeptree: 2.3.3 -> 2.4.0
This commit is contained in:
Fabian Affolter 2023-02-18 12:46:13 +01:00 committed by GitHub
commit 30baa9abb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.3.3";
version = "2.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-ivqu9b+4FhGa5y+WnKRk4nF6MR4Vj62pSs2d7ycIZMc=";
hash = "sha256-agjerQTSkrpHCleqNUxg+NFiPnf9u9DQrs3vSR917oE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;