mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyicu: Update to 2.14.
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.14.
This commit is contained in:
parent
1ff28740b4
commit
4d0764ec9e
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue