gnu: python-pyicu: Update to 2.14.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.14.
This commit is contained in:
Liliana Marie Prikler 2024-12-26 16:16:15 +01:00
parent 1ff28740b4
commit 4d0764ec9e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -5360,14 +5360,14 @@ Prefix) - Encode and decode data structures.")
(define-public python-pyicu
(package
(name "python-pyicu")
(version "2.9")
(version "2.14")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyICU" version))
(sha256
(base32
"0y2qhh443vydi3y7kmhyb6kz3z6d7qq7ld0sg88mfqalcp7dca9w"))))
"0ci1l21b79xka80lf0bgmahfskqa8mw6k714fzalwmawpn9fpixc"))))
(build-system python-build-system)
(inputs
(list icu4c))