guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]