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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user