mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-unidecode: Update to 1.3.8.
* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.3.8. [build-system]: Move to pyproject-build-system. Change-Id: I6e31f7af905bb2a024e8a7f7112732bcadbdf739 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
478ef78c0e
commit
d0b95ce40f
1 changed files with 3 additions and 3 deletions
|
@ -6262,14 +6262,14 @@ Capabilities include:
|
|||
(define-public python-unidecode
|
||||
(package
|
||||
(name "python-unidecode")
|
||||
(version "1.1.1")
|
||||
(version "1.3.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Unidecode" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s6cp2lv4m0f00hjckjz8p6m7d3n3v16jvg353llf5ia1iqsnsib"))))
|
||||
(build-system python-build-system)
|
||||
"1x620s4dk4d501pivhlfzbi2d1r5fnm9cssqwkn76f7d8sfk9nyg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(home-page "https://pypi.org/project/Unidecode/")
|
||||
(synopsis "ASCII transliterations of Unicode text")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue