gnu: icu4c: Update to 71.1.
* gnu/packages/icu4c.scm (icu4c): Update to 71.1. (icu4c-71): Remove variable. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change ICU4C-71 to ICU4C.
This commit is contained in:
parent
e437393b01
commit
20bc806b04
2 changed files with 3 additions and 19 deletions
|
@ -887,7 +887,7 @@
|
||||||
glib
|
glib
|
||||||
gtk+
|
gtk+
|
||||||
harfbuzz-3.0
|
harfbuzz-3.0
|
||||||
icu4c-71
|
icu4c
|
||||||
jsoncpp
|
jsoncpp
|
||||||
lcms
|
lcms
|
||||||
libevent
|
libevent
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
(define-public icu4c
|
(define-public icu4c
|
||||||
(package
|
(package
|
||||||
(name "icu4c")
|
(name "icu4c")
|
||||||
(version "69.1")
|
(version "71.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -51,7 +51,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 "0icps0avkwy5df3wwc5kybxcg63hcgk4phdh9g244g0xrmx7pfjc"))))
|
(base32 "1gqywaqj9jmdwrng9lm6inyqmi5j2cz36db9dcqg3yk13zjyd9v7"))))
|
||||||
(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.
|
||||||
|
@ -106,22 +106,6 @@ C/C++ part.")
|
||||||
(license x11)
|
(license x11)
|
||||||
(home-page "http://site.icu-project.org/")))
|
(home-page "http://site.icu-project.org/")))
|
||||||
|
|
||||||
(define-public icu4c-71
|
|
||||||
(package
|
|
||||||
(inherit icu4c)
|
|
||||||
(version "71.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append
|
|
||||||
"https://github.com/unicode-org/icu/releases/download/release-"
|
|
||||||
(string-map (lambda (x) (if (char=? x #\.) #\- x)) version)
|
|
||||||
"/icu4c-"
|
|
||||||
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
|
|
||||||
"-src.tgz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1gqywaqj9jmdwrng9lm6inyqmi5j2cz36db9dcqg3yk13zjyd9v7"))))))
|
|
||||||
|
|
||||||
(define-public icu4c-70
|
(define-public icu4c-70
|
||||||
(package
|
(package
|
||||||
(inherit icu4c)
|
(inherit icu4c)
|
||||||
|
|
Reference in a new issue