diff options
Diffstat (limited to 'gnu')
| -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 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") | 
