3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: icu4c: Update to 66.1.

* gnu/packages/icu4c.scm (icu4c): Update to 66.1.
This commit is contained in:
Marius Bakke 2020-03-13 20:58:11 +01:00
parent eceaa46730
commit 8d425d74d2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -36,7 +36,7 @@
(define-public icu4c
(package
(name "icu4c")
(version "65.1")
(version "66.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -46,7 +46,7 @@
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
"-src.tgz"))
(sha256
(base32 "0j6r6qqnhfr5iqkx53k63ifkm93kv1kkb7h2mlgd1mnnndk79qsk"))))
(base32 "0bharwzc9nzkbrcf405z2nb3h7q0711z450arz0mjmdrk8hg58sj"))))
(build-system gnu-build-system)
;; When cross-compiling, this package needs a source directory of a
;; native-build of itself.