summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-09-23 14:11:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-09-23 14:12:51 +0200
commitc37f58b75a534275b3ce2ee39f69f7a513234750 (patch)
treeb6dc8f8e2090fd4dcf99839770b6d8cb9eae90dc /gnu/packages
parent8c864901b6bda70c4c6966f07d5c2d5cd4b4abf1 (diff)
downloadguix-c37f58b75a534275b3ce2ee39f69f7a513234750.tar.gz
gnu: python-unidecode: Update to 0.04.21.
* gnu/packages/python.scm (python-unidecode): Update to 0.04.21.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 223a308fb4..71d3fac622 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2840,13 +2840,13 @@ cutting and pasting that code over and over.")
 (define-public python-unidecode
   (package
     (name "python-unidecode")
-    (version "0.04.20")
+    (version "0.04.21")
     (source (origin
              (method url-fetch)
              (uri (pypi-uri "Unidecode" version))
              (sha256
               (base32
-               "1q00i8gpsq3d9r0q8wk4b290fxl0kqlsdk7iadvli45in6s1hi7d"))))
+               "0lfhp9c5xrbpjvbpr12ji52g1lx04404bzzdg6pvabhzisw6l2i8"))))
     (build-system python-build-system)
     (home-page "https://pypi.python.org/pypi/Unidecode")
     (synopsis "ASCII transliterations of Unicode text")