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:
Nicolas Graves 2024-05-10 00:53:30 +02:00 committed by Sharlatan Hellseher
parent 478ef78c0e
commit d0b95ce40f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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