diff options
| author | Leo Famulari <leo@famulari.name> | 2018-12-03 17:43:07 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2018-12-03 18:54:50 -0500 |
| commit | ca45e494047bda287cf3cf82017f7001aec86d99 (patch) | |
| tree | 4e26ef86e77f312f52f94a5ed63d146c4a8fe6c1 /gnu | |
| parent | c05c1910dbd630304e06020d27d4b72bb0502088 (diff) | |
gnu: python-unidecode: Update to 1.0.23.
* gnu/packages/python.scm (python-unidecode, python2-unidecode): Update to
1.0.23.
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 d2514686733..d0401b7bdd5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -2100,13 +2100,13 @@ cutting and pasting that code over and over.") | |||
| 2100 | (define-public python-unidecode | 2100 | (define-public python-unidecode |
| 2101 | (package | 2101 | (package |
| 2102 | (name "python-unidecode") | 2102 | (name "python-unidecode") |
| 2103 | (version "0.04.21") | 2103 | (version "1.0.23") |
| 2104 | (source (origin | 2104 | (source (origin |
| 2105 | (method url-fetch) | 2105 | (method url-fetch) |
| 2106 | (uri (pypi-uri "Unidecode" version)) | 2106 | (uri (pypi-uri "Unidecode" version)) |
| 2107 | (sha256 | 2107 | (sha256 |
| 2108 | (base32 | 2108 | (base32 |
| 2109 | "0lfhp9c5xrbpjvbpr12ji52g1lx04404bzzdg6pvabhzisw6l2i8")))) | 2109 | "1ysjbr3nqfqj97h8zyj3v9pya413vkv7a1mzml80w37xx15kb1cb")))) |
| 2110 | (build-system python-build-system) | 2110 | (build-system python-build-system) |
| 2111 | (home-page "https://pypi.python.org/pypi/Unidecode") | 2111 | (home-page "https://pypi.python.org/pypi/Unidecode") |
| 2112 | (synopsis "ASCII transliterations of Unicode text") | 2112 | (synopsis "ASCII transliterations of Unicode text") |
