Commit 2c486980 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pipdeptree: 2.25.1 -> 2.26.0

parent 996402fc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

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

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

  postPatch = ''
@@ -66,7 +66,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Command line utility to show dependency tree of packages";
    homepage = "https://github.com/tox-dev/pipdeptree";
    changelog = "https://github.com/tox-dev/pipdeptree/releases/tag/${version}";
    changelog = "https://github.com/tox-dev/pipdeptree/releases/tag/${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [ charlesbaynham ];
    mainProgram = "pipdeptree";