3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-unidecode: Update to 1.1.1.

* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-16 21:41:31 +02:00
parent 749e38d762
commit eb80a3008f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2195,13 +2195,13 @@ cutting and pasting that code over and over.")
(define-public python-unidecode
(package
(name "python-unidecode")
(version "1.1.0")
(version "1.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "Unidecode" version))
(sha256
(base32
"00pi0czzwvbf7djhkkjyvimj60wqdx0llbddzfnax650g9b8yscc"))))
"1s6cp2lv4m0f00hjckjz8p6m7d3n3v16jvg353llf5ia1iqsnsib"))))
(build-system python-build-system)
(home-page "https://pypi.python.org/pypi/Unidecode")
(synopsis "ASCII transliterations of Unicode text")