~ruther/guix-local

235f929403bfe87c64eae78907d38bfcbb0f71c1 — Sharlatan Hellseher 3 months ago 55b89f5
gnu: Add python-termcolor-next.

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

Change-Id: Iceae7329eaff3e1ec9a30f989c26704f42f109cd
1 files changed, 11 insertions(+), 0 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +11 -0
@@ 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")