gnu: icu4c: Upgrade to 53.1.

* gnu/packages/icu4c.scm (icu4c): Upgrade to 53.1.
This commit is contained in:
Ludovic Courtès 2014-06-16 17:19:34 +02:00
parent eb705bb3f7
commit 1319cfe946
1 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
(define-public icu4c (define-public icu4c
(package (package
(name "icu4c") (name "icu4c")
(version "52.1") (version "53.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.icu-project.org/files/icu4c/" (uri (string-append "http://download.icu-project.org/files/icu4c/"
@ -36,9 +36,9 @@
"/icu4c-" "/icu4c-"
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version) (string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
"-src.tgz")) "-src.tgz"))
(sha256 (base32 (sha256
"14l0kl17nirc34frcybzg0snknaks23abhdxkmsqg3k9sil5wk9g"))) (base32 "0a4sg9w054640zncb13lhrcjqn7yg1qilwd1mczc4w60maslz9vg"))
(patches (list (search-patch "icu4c-test-date-format.patch")))) (patches (list (search-patch "icu4c-test-date-format.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("patchelf" ,patchelf) `(("patchelf" ,patchelf)