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:
Marius Bakke 2022-06-27 19:32:53 +02:00
parent e437393b01
commit 20bc806b04
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
2 changed files with 3 additions and 19 deletions

View File

@ -887,7 +887,7 @@
glib
gtk+
harfbuzz-3.0
icu4c-71
icu4c
jsoncpp
lcms
libevent

View File

@ -41,7 +41,7 @@
(define-public icu4c
(package
(name "icu4c")
(version "69.1")
(version "71.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -51,7 +51,7 @@
(string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
"-src.tgz"))
(sha256
(base32 "0icps0avkwy5df3wwc5kybxcg63hcgk4phdh9g244g0xrmx7pfjc"))))
(base32 "1gqywaqj9jmdwrng9lm6inyqmi5j2cz36db9dcqg3yk13zjyd9v7"))))
(build-system gnu-build-system)
;; When cross-compiling, this package needs a source directory of a
;; native-build of itself.
@ -106,22 +106,6 @@ C/C++ part.")
(license x11)
(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
(package
(inherit icu4c)