mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add python-termcolor-1.
* gnu/packages/python-xyz.scm (python-termcolor-1): New variable. Change-Id: I1aca97b6b7976cb698131c3a0be73e4798bef6d6
This commit is contained in:
parent
79d13482e4
commit
1f5eef8391
1 changed files with 14 additions and 0 deletions
|
@ -16522,6 +16522,20 @@ (define-public python-termcolor
|
|||
"This package provides ANSII Color formatting for output in terminals.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-termcolor-1
|
||||
(package
|
||||
(inherit python-termcolor)
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "termcolor" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"))))
|
||||
;; There are no tests
|
||||
(arguments (list #:tests? #false))))
|
||||
|
||||
(define-public python-terminaltables
|
||||
(package
|
||||
(name "python-terminaltables")
|
||||
|
|
Loading…
Reference in a new issue