mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +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:
parent
3806965781
commit
e3e678000d
1 changed files with 2 additions and 2 deletions
|
@ -2807,14 +2807,14 @@ Python 3.3+.")
|
|||
(define-public python-pyicu
|
||||
(package
|
||||
(name "python-pyicu")
|
||||
(version "2.7.4")
|
||||
(version "2.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyICU" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mkz1673qxldxs4mrqg9882xgmz5fhpia17yrsd6z8dfw8156rf0"))))
|
||||
"0y2qhh443vydi3y7kmhyb6kz3z6d7qq7ld0sg88mfqalcp7dca9w"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
(list icu4c))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue