1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: Add python-termcolor-next.

* gnu/packages/python-xyz.scm (python-termcolor-next): New variable.

Change-Id: Iceae7329eaff3e1ec9a30f989c26704f42f109cd
This commit is contained in:
Sharlatan Hellseher
2025-10-28 20:57:57 +00:00
parent 55b89f5e8c
commit 235f929403

View File

@@ -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")