1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 05:00:29 +02:00

gnu: python-pyicu: Update to 2.7.4.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.7.4.
This commit is contained in:
Efraim Flashner
2021-08-09 12:04:21 +03:00
parent e4514f51c7
commit 79ca85d2ff

View File

@@ -2488,14 +2488,14 @@ Python 3.3+.")
(define-public python-pyicu
(package
(name "python-pyicu")
(version "2.4.3")
(version "2.7.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyICU" version))
(sha256
(base32
"075bw66b3w0nw6mc5k32fwmrhyrmq3d7da3q2mw212qfmm0pgjn0"))))
"0mkz1673qxldxs4mrqg9882xgmz5fhpia17yrsd6z8dfw8156rf0"))))
(build-system python-build-system)
(inputs
`(("icu4c" ,icu4c)))