[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-colorama: Update to 0.4.4.
From: |
guix-commits |
Subject: |
05/06: gnu: python-colorama: Update to 0.4.4. |
Date: |
Sat, 7 Nov 2020 17:08:34 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b0afcce39080a4cd51d01bc83419fb440e865397
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 22:52:16 2020 +0100
gnu: python-colorama: Update to 0.4.4.
* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.4.
---
gnu/packages/python-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee1f9ac..5bbd547 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10889,14 +10889,13 @@ for the module to work under Python 3.3.")
(define-public python-colorama
(package
(name "python-colorama")
- (version "0.4.3")
+ (version "0.4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colorama" version))
(sha256
- (base32
- "189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9"))))
+ (base32 "16w62sm95hmh55rqxn4zwdz0bkh3fqm1qnz9cwi3s510iasb4har"))))
(build-system python-build-system)
(synopsis "Colored terminal text rendering for Python")
(description "Colorama is a Python library for rendering colored terminal
- branch master updated (68b4455 -> 8791ef7), guix-commits, 2020/11/07
- 01/06: gnu: libwacom: Update to 1.6., guix-commits, 2020/11/07
- 02/06: gnu: you-get: Update to 0.4.1475., guix-commits, 2020/11/07
- 03/06: gnu: xfdesktop: Update to 4.14.3., guix-commits, 2020/11/07
- 04/06: gnu: racket: Update to 7.9., guix-commits, 2020/11/07
- 05/06: gnu: python-colorama: Update to 0.4.4.,
guix-commits <=
- 06/06: gnu: duperemove: Correctly report version., guix-commits, 2020/11/07