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

Merge pull request #313576 from r-ryantm/auto-update/python311Packages.pipdeptree

python311Packages.pipdeptree: 2.20.0 -> 2.21.0
parents f98fa31f 8da912e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "pipdeptree";
  version = "2.20.0";
  version = "2.21.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "tox-dev";
    repo = "pipdeptree";
    rev = "refs/tags/${version}";
    hash = "sha256-Mng5YUM2+T3OFrr4uGVvq5mP0aq10r21pp46tw6lLno=";
    hash = "sha256-cs04HGmKG1I42AYH1BOfm9tnbSQuCAxo5KOdJ4/ysos=";
  };

  build-system = [