me
/
guix
Archived
1
0
Fork 0

gnu: icu4c: Update to 69.1.

* gnu/packages/icu4c.scm (icu4c): Update to 69.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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