gnu: python-unidecode: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.1.0.
This commit is contained in:
parent
377bd155ea
commit
bd9d72067e
|
@ -2063,13 +2063,13 @@ cutting and pasting that code over and over.")
|
||||||
(define-public python-unidecode
|
(define-public python-unidecode
|
||||||
(package
|
(package
|
||||||
(name "python-unidecode")
|
(name "python-unidecode")
|
||||||
(version "1.0.23")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Unidecode" version))
|
(uri (pypi-uri "Unidecode" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ysjbr3nqfqj97h8zyj3v9pya413vkv7a1mzml80w37xx15kb1cb"))))
|
"00pi0czzwvbf7djhkkjyvimj60wqdx0llbddzfnax650g9b8yscc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://pypi.python.org/pypi/Unidecode")
|
(home-page "https://pypi.python.org/pypi/Unidecode")
|
||||||
(synopsis "ASCII transliterations of Unicode text")
|
(synopsis "ASCII transliterations of Unicode text")
|
||||||
|
|
Loading…
Reference in New Issue