From 35ab575cedec441582d731472a1e4ec29ef8d166 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Nov 2024 10:09:16 +0100 Subject: [PATCH] python312Packages.keep: replace terminaltables with terminaltables3 --- pkgs/development/python-modules/keep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/keep/default.nix b/pkgs/development/python-modules/keep/default.nix index 8c7a90216d65..249551dc7201 100644 --- a/pkgs/development/python-modules/keep/default.nix +++ b/pkgs/development/python-modules/keep/default.nix @@ -6,7 +6,7 @@ flit-core, pygithub, requests, - terminaltables, + terminaltables3, }: buildPythonPackage rec { @@ -25,7 +25,7 @@ buildPythonPackage rec { click pygithub requests - terminaltables + terminaltables3 ]; # Module no tests