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:
parent
e4514f51c7
commit
79ca85d2ff
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Reference in a new issue