1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: python-pyicu: Update to 2.9.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.9.
This commit is contained in:
Marius Bakke 2022-08-11 11:35:14 +02:00
parent 3806965781
commit e3e678000d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2807,14 +2807,14 @@ Python 3.3+.")
(define-public python-pyicu (define-public python-pyicu
(package (package
(name "python-pyicu") (name "python-pyicu")
(version "2.7.4") (version "2.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyICU" version)) (uri (pypi-uri "PyICU" version))
(sha256 (sha256
(base32 (base32
"0mkz1673qxldxs4mrqg9882xgmz5fhpia17yrsd6z8dfw8156rf0")))) "0y2qhh443vydi3y7kmhyb6kz3z6d7qq7ld0sg88mfqalcp7dca9w"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list icu4c)) (list icu4c))