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 69.1.

* gnu/packages/icu4c.scm (icu4c): Update to 69.1.
This commit is contained in:
Marius Bakke 2021-05-09 11:33:28 +02:00
parent 09ee1a6116
commit 5492b1b50c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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