python310Packages.pipdeptree: 2.3.3 -> 2.4.0

This commit is contained in:
R. Ryantm 2023-02-18 05:42:53 +00:00
parent 16f0e8aa1a
commit 0980625b3c

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;