me
/
guix
Archived
1
0
Fork 0

gnu: python-colorama: Update to 0.4.4.

* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.4.
master
Tobias Geerinckx-Rice 2020-11-07 22:52:16 +01:00
parent 788783cb28
commit b0afcce390
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -10889,14 +10889,13 @@ for the module to work under Python 3.3.")
(define-public python-colorama (define-public python-colorama
(package (package
(name "python-colorama") (name "python-colorama")
(version "0.4.3") (version "0.4.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "colorama" version)) (uri (pypi-uri "colorama" version))
(sha256 (sha256
(base32 (base32 "16w62sm95hmh55rqxn4zwdz0bkh3fqm1qnz9cwi3s510iasb4har"))))
"189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9"))))
(build-system python-build-system) (build-system python-build-system)
(synopsis "Colored terminal text rendering for Python") (synopsis "Colored terminal text rendering for Python")
(description "Colorama is a Python library for rendering colored terminal (description "Colorama is a Python library for rendering colored terminal