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

python3Packages.pipdeptree: 2.26.0 -> 2.26.1 (#403870)

parents 56882383 40a890e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "pipdeptree";
  version = "2.26.0";
  version = "2.26.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "tox-dev";
    repo = "pipdeptree";
    tag = version;
    hash = "sha256-Nq+xXzi5PeDDNTtkTaMTWO4HpxkjSUptE4jwfjBoauY=";
    hash = "sha256-mgmUIN49zLo5XYWW5Y9XXeZ9RurB1LekF3/vl8EDhxM=";
  };

  postPatch = ''