From 235f929403bfe87c64eae78907d38bfcbb0f71c1 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 28 Oct 2025 20:57:57 +0000 Subject: [PATCH] gnu: Add python-termcolor-next. * gnu/packages/python-xyz.scm (python-termcolor-next): New variable. Change-Id: Iceae7329eaff3e1ec9a30f989c26704f42f109cd --- gnu/packages/python-xyz.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4645565915625142ce473f9ab5595c114ec2308..a19b825bc36c9424b37dc46181e039634d5dfb3b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36859,6 +36859,17 @@ ratio) (list python-setuptools python-wheel)))) +(define-public python-termcolor-next + (package + (inherit python-termcolor) + (version "3.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "termcolor" version)) + (sha256 + (base32 "0w2rwl4h7664illllkmicdh3fz3z3pznqxbaxkp0j6aqxvxxfvba")))))) + (define-public python-terminaltables (package (name "python-terminaltables")