diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 14:27:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 23:27:04 +0100 |
commit | f92576f963839e689712fa18bac59731513b7b83 (patch) | |
tree | 8a0d6c3f2a9134a7eabb1e4a23b3847a8d447a92 | |
parent | 02d7f3370560101bd672ff97ef56be803374ab50 (diff) | |
download | guix-f92576f963839e689712fa18bac59731513b7b83.tar guix-f92576f963839e689712fa18bac59731513b7b83.tar.gz |
gnu: python-colorama: Update to 0.3.7.
* gnu/packages/python.scm (python-colorama): Update to 0.3.7.
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8954231c7e..be64c6b59f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8611,14 +8611,14 @@ supports url redirection and retries, and also gzip and deflate decoding.") (define-public python-colorama (package (name "python-colorama") - (version "0.3.3") + (version "0.3.7") (source (origin (method url-fetch) (uri (pypi-uri "colorama" version)) (sha256 (base32 - "1716z9pq1r5ys3nkg7wdrb3h2f9rmd0zdxpxzmx3bgwgf6xg48gb")))) + "0avqkn6362v7k2kg3afb35g4sfdvixjgy890clip4q174p9whhz0")))) (build-system python-build-system) (synopsis "colored terminal text rendering for Python") (description "Colorama is a Python library for rendering colored terminal |