[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: python-colorama: Update to 0.4.3.
From: |
guix-commits |
Subject: |
02/08: gnu: python-colorama: Update to 0.4.3. |
Date: |
Mon, 2 Mar 2020 17:03:28 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit bd137055400d34eb5184990b278c4f50cc6f665d
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Mon Mar 2 13:45:05 2020 -0500
gnu: python-colorama: Update to 0.4.3.
* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.3.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8484600..6a58a04 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -54,7 +54,7 @@
;;; Copyright © 2018, 2019, 2020 Nicolas Goaziou <address@hidden>
;;; Copyright © 2018 Oleg Pykhalov <address@hidden>
;;; Copyright © 2018, 2019 Clément Lassieur <address@hidden>
-;;; Copyright © 2018, 2019 Maxim Cournoyer <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Maxim Cournoyer <address@hidden>
;;; Copyright © 2018 Luther Thompson <address@hidden>
;;; Copyright © 2018 Vagrant Cascadian <address@hidden>
;;; Copyright © 2019, 2020 Brett Gilio <address@hidden>
@@ -8768,14 +8768,14 @@ for the module to work under Python 3.3.")
(define-public python-colorama
(package
(name "python-colorama")
- (version "0.3.9")
+ (version "0.4.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "colorama" version))
(sha256
(base32
- "1wd1szk0z3073ghx26ynw43gnc140ibln1safgsis6s6z3s25ss8"))))
+ "189n8hpijy14jfan4ha9f5n06mnl33cxz7ay92wjqgkr639s0vg9"))))
(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 (1eee899 -> 1639e0b), guix-commits, 2020/03/02
- 02/08: gnu: python-colorama: Update to 0.4.3.,
guix-commits <=
- 01/08: gnu: Add python-wget., guix-commits, 2020/03/02
- 03/08: gnu: python-radon: Update to 4.1.0., guix-commits, 2020/03/02
- 04/08: gnu: python-xenon: Update to 0.7.0., guix-commits, 2020/03/02
- 07/08: gnu: python-gitpython: Update to 3.1.0., guix-commits, 2020/03/02
- 05/08: gnu: python-pyyaml: Update to 5.3., guix-commits, 2020/03/02
- 06/08: gnu: python-gitdb: Update to 4.0.2., guix-commits, 2020/03/02
- 08/08: gnu: python-smmap: Update to version 3.0.1, deprecate python-smmap2., guix-commits, 2020/03/02