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

python310Packages.pipdeptree: 2.10.2 -> 2.12.0
This commit is contained in:
Nick Cao 2023-07-30 18:29:30 -06:00 committed by GitHub
commit f4fcfd6a08
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.10.2";
version = "2.12.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-W7aCSekm6vZSlEAgwgrwmUBV2/jCiBol7JyNMYUVpPY=";
hash = "sha256-4qRMET04JLVuDRfQtv/uQquf76iU00rnsWNaUXj1Gfw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;