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:
parent
749e38d762
commit
eb80a3008f
1 changed files with 2 additions and 2 deletions
|
@ -2195,13 +2195,13 @@ (define-public python2-kitchen
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue