diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 20:57:57 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 20:58:08 +0000 |
| commit | 235f929403bfe87c64eae78907d38bfcbb0f71c1 (patch) | |
| tree | 8cc9e2ea7fb9869209c33d7fac9f0294ba72c657 | |
| parent | 55b89f5e8c99fb51129357d1afa4b494879dbc8d (diff) | |
gnu: Add python-termcolor-next.
* gnu/packages/python-xyz.scm (python-termcolor-next): New variable.
Change-Id: Iceae7329eaff3e1ec9a30f989c26704f42f109cd
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4645565915..a19b825bc36 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") |
