gnu: icu4c: Update to 62.1.

* gnu/packages/icu4c.scm (icu4c): Update to 62.1.
master
Marius Bakke 2018-07-24 15:43:35 +02:00
parent 95bbab76cd
commit 3b92441bc1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
(define-public icu4c
(package
(name "icu4c")
(version "61.1")
(version "62.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -42,7 +42,7 @@
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
"-src.tgz"))
(sha256
(base32 "1vxgkx0cyvdy00a9yd5khkx14r5kcndkax2wa99klm52x2dgh1yh"))))
(base32 "18ssgnwzzpm1g1fvbm9h1fvryiwxvvn5wc3fdakdsl33cs6qdn9x"))))
(build-system gnu-build-system)
(inputs
`(("perl" ,perl)))