gnu: icu4c: Upgrade to 52.1.
* gnu/packages/icu4c.scm (icu4c): Upgrade to 52.1.
This commit is contained in:
parent
0841dcf7dd
commit
625bd40806
|
@ -28,7 +28,7 @@
|
||||||
(define-public icu4c
|
(define-public icu4c
|
||||||
(package
|
(package
|
||||||
(name "icu4c")
|
(name "icu4c")
|
||||||
(version "50.1.1")
|
(version "52.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/"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
(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 (base32
|
||||||
"13yz0kk6zsgj94idnlr3vbg8iph5z4ly4b4xrd5wfja7q3ijdx56"))))
|
"14l0kl17nirc34frcybzg0snknaks23abhdxkmsqg3k9sil5wk9g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("patchelf" ,patchelf)
|
`(("patchelf" ,patchelf)
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
(lambda* (#:key #:allow-other-keys #:rest args)
|
(lambda* (#:key #:allow-other-keys #:rest args)
|
||||||
(let ((configure (assoc-ref %standard-phases 'configure)))
|
(let ((configure (assoc-ref %standard-phases 'configure)))
|
||||||
;; patch out two occurrences of /bin/sh from configure script
|
;; patch out two occurrences of /bin/sh from configure script
|
||||||
;; that might have disappeared in a release later than 50.1.1
|
;; that might have disappeared in a release later than 52.1
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
(("`/bin/sh")
|
(("`/bin/sh")
|
||||||
(string-append "`" (which "bash"))))
|
(string-append "`" (which "bash"))))
|
||||||
|
|
Loading…
Reference in New Issue