diff options
author | Andreas Enge <andreas@enge.fr> | 2014-10-24 21:36:41 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-10-24 21:36:41 +0200 |
commit | 569ac04681aa6f1d63fd9fa7b2bd844f67685d28 (patch) | |
tree | 8181705ded99da94bd05f7ea7cb99d8fcf9928b2 | |
parent | 23466647a8ed52d656b321a24f1cac43d20b9392 (diff) | |
download | patches-569ac04681aa6f1d63fd9fa7b2bd844f67685d28.tar patches-569ac04681aa6f1d63fd9fa7b2bd844f67685d28.tar.gz |
gnu: python2-pyicu: Update to 1.8.
* gnu/packages/python.scm (python2-pyicu): Update to 1.8.
-rw-r--r-- | 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 897e248046..c995c1b703 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -696,7 +696,7 @@ Python 3.3+.") (define-public python2-pyicu (package (name "python2-pyicu") - (version "1.5") + (version "1.8") (source (origin (method url-fetch) @@ -704,7 +704,7 @@ Python 3.3+.") version ".tar.gz")) (sha256 (base32 - "011vwflpir8wvh48mvi6d9a7vw0f43bkwv0w6bzxbzmvz20ax5vm")))) + "1y361x82lnh9k9srmdx3q92z5iag112z7r5fxm0n1sfwb349yjdw")))) (build-system python-build-system) (inputs `(("icu4c" ,icu4c))) |