~ruther/guix-local

4d0764ec9e44aa0360ee509d0e6c5d5fbb79d74c — Liliana Marie Prikler 1 year, 7 months ago 1ff2874
gnu: python-pyicu: Update to 2.14.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.14.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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))