Unverified Commit f4fcfd6a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.pipdeptree: 2.10.2 -> 2.12.0
parents 1b288e50 38b99bf8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;