nongnu: Remove icu4c-73.

This version of icu4c is in Guix and made public in
cf842e9b20b89ecb08ac3456a91780ec07b5a201.  This also failed to build on the
core-updates nonguix build due to a test failure which should be fixed in Guix
with 7937c8827b8d23347a3159b4696335bd19fc17aa.

* nongnu/packages/mozilla.scm (icu4c-73): Delete variable.
This commit is contained in:
John Kehayias 2024-08-29 19:43:09 -04:00
parent 1d7c890926
commit dc7daa560e
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -82,22 +82,6 @@
(define-public rust-firefox-esr rust-1.77) (define-public rust-firefox-esr rust-1.77)
(define-public rust-firefox rust-1.77) (define-public rust-firefox rust-1.77)
(define icu4c-73
(package
(inherit icu4c)
(version "73.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
"0iccpdvc0kvpww5a31k9gjkqigyz016i7v80r9zamd34w4fl6mx4"))))))
;; Update this id with every firefox update to its release date. ;; Update this id with every firefox update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs. ;; It's used for cache validation and therefore can lead to strange bugs.
(define %firefox-esr-build-id "20240805130522") (define %firefox-esr-build-id "20240805130522")