Unverified Commit 21a42c1b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python310Packages.pipdeptree: 2.4.0 -> 2.5.0
parents f7475ce8 f16a86e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "pipdeptree";
  version = "2.4.0";
  version = "2.5.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "tox-dev";
    repo = "pipdeptree";
    rev = "refs/tags/${version}";
    hash = "sha256-agjerQTSkrpHCleqNUxg+NFiPnf9u9DQrs3vSR917oE=";
    hash = "sha256-hAODK7kFCntfKC77VF/KyTk0O/z+bXHixVxQIz8JuDk=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;