python310Packages.pipdeptree: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-05-17 02:47:18 +00:00
parent 541397177b
commit f36370a878

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pipdeptree";
version = "2.7.0";
version = "2.7.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "tox-dev";
repo = "pipdeptree";
rev = "refs/tags/${version}";
hash = "sha256-M9Vr7VZJ/nVd3xgfDBIjgQHhJB2QgJgB9ED7p7fRuA8=";
hash = "sha256-EJVmekODfxaFyLGHQQWiqp2lSTQ4rWZ8E39T0ZV4e3s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;