[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: python-pyicu: Update to 2.2.
From: |
guix-commits |
Subject: |
08/08: gnu: python-pyicu: Update to 2.2. |
Date: |
Sun, 6 Jan 2019 04:10:29 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 99e61f302265569de64f0a4af9e33ade7df62158
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 6 10:53:07 2019 +0200
gnu: python-pyicu: Update to 2.2.
* gnu/packages/python.scm (python-pyicu): Update to 2.2.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4ad8669..2fa5100 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1395,14 +1395,14 @@ Python 3.3+.")
(define-public python-pyicu
(package
(name "python-pyicu")
- (version "1.9.8")
+ (version "2.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyICU" version))
(sha256
(base32
- "05nz4p2dpkhwj6y9kik24xbvmfxji39nl0xw0sc0nvp9fgzf6xnd"))))
+ "0wq9y5fi1ighgf5aws9nr87vi1w44p7q1k83rx2y3qj5d2xyhspa"))))
(build-system python-build-system)
(inputs
`(("icu4c" ,icu4c)))
- branch master updated (d95d3d6 -> 99e61f3), guix-commits, 2019/01/06
- 05/08: gnu: python-astroid: Update to 2.1.0., guix-commits, 2019/01/06
- 07/08: gnu: python-pysocks: Update to 1.6.8., guix-commits, 2019/01/06
- 03/08: gnu: python-sphinx-alabaster-theme: Update to 0.7.12., guix-commits, 2019/01/06
- 01/08: gnu: python-certifi: Update to 2018.11.29., guix-commits, 2019/01/06
- 08/08: gnu: python-pyicu: Update to 2.2.,
guix-commits <=
- 06/08: gnu: python-packaging: Update to 18.0., guix-commits, 2019/01/06
- 02/08: gnu: python-pycryptodome: Update to 3.7.2., guix-commits, 2019/01/06
- 04/08: gnu: python-imagesize: Update to 1.1.0., guix-commits, 2019/01/06