3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-colorama: Update to 0.3.9.

* gnu/packages/python.scm (python-colorama): Update to 0.3.9.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-10 06:01:11 +01:00
parent b37f005c6b
commit 4b61374b1b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7407,14 +7407,14 @@ concurrent.futures package from Python 3.2")
(define-public python-colorama
(package
(name "python-colorama")
(version "0.3.7")
(version "0.3.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colorama" version))
(sha256
(base32
"0avqkn6362v7k2kg3afb35g4sfdvixjgy890clip4q174p9whhz0"))))
"1wd1szk0z3073ghx26ynw43gnc140ibln1safgsis6s6z3s25ss8"))))
(build-system python-build-system)
(synopsis "Colored terminal text rendering for Python")
(description "Colorama is a Python library for rendering colored terminal