3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.pipdeptree: 2.7.1 -> 2.9.3
This commit is contained in:
Fabian Affolter 2023-06-20 08:02:04 +02:00 committed by GitHub
commit 7f6a4eb138
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.7.1";
version = "2.9.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-EJVmekODfxaFyLGHQQWiqp2lSTQ4rWZ8E39T0ZV4e3s=";
hash = "sha256-CNz/TxIxaRzBzlylLgWWW7xom65tK7ZnGtwpMsTDqVk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;