guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python2-pyicu: Update to 1.9.2.


From: Leo Famulari
Subject: 02/05: gnu: python2-pyicu: Update to 1.9.2.
Date: Sun, 13 Mar 2016 22:52:49 +0000

lfam pushed a commit to branch master
in repository guix.

commit d3b29319b195e3b94c468469cb2f29c2a9c859e6
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 3 17:04:16 2016 -0500

    gnu: python2-pyicu: Update to 1.9.2.
    
    * gnu/packages/python.scm (python2-pyicu): Update to 1.9.2.
---
 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 916931e..271e157 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1136,7 +1136,7 @@ Python 3.3+.")
 (define-public python2-pyicu
   (package
     (name "python2-pyicu")
-    (version "1.8")
+    (version "1.9.2")
     (source
      (origin
       (method url-fetch)
@@ -1144,7 +1144,7 @@ Python 3.3+.")
                           version ".tar.gz"))
       (sha256
        (base32
-        "1y361x82lnh9k9srmdx3q92z5iag112z7r5fxm0n1sfwb349yjdw"))))
+        "1diba0g8md614fvm9yf50paiwdkhj6rd7xwf1rg9mc0pxc0hhn4v"))))
     (build-system python-build-system)
     (inputs
      `(("icu4c" ,icu4c)))



reply via email to

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