guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: Remove redundant icu4c-69.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: Remove redundant icu4c-69.
Date: Sun, 08 Aug 2021 04:53:53 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 5d4f26e  gnu: Remove redundant icu4c-69.
5d4f26e is described below

commit 5d4f26e9bc454ed2bfd182209945e53fc8ab8a50
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 8 11:50:49 2021 +0300

    gnu: Remove redundant icu4c-69.
    
    * gnu/packages/icu4c.scm (icu4c-69): Remove variable.
    * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Replace
    icu4c-69 with icu4c.
---
 gnu/packages/chromium.scm |  2 +-
 gnu/packages/icu4c.scm    | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index f33a690..beae624 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -865,7 +865,7 @@
        ("glib" ,glib)
        ("gtk+" ,gtk+)
        ("harfbuzz" ,harfbuzz)
-       ("icu4c" ,icu4c-69)
+       ("icu4c" ,icu4c)
        ("lcms" ,lcms)
        ("libevent" ,libevent)
        ("libffi" ,libffi)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index 7397f7c..0d5f34a 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -128,22 +128,6 @@ C/C++ part.")
                (base32
                 "09fng7a80xj8d5r1cgbgq8r47dsw5jsr6si9p2cj2ylhwgg974f7"))))))
 
-(define-public icu4c-69
-  (package
-    (inherit icu4c)
-    (version "69.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
-                "0icps0avkwy5df3wwc5kybxcg63hcgk4phdh9g244g0xrmx7pfjc"))))))
-
 (define-public icu4c-build-root
   (package
     (inherit icu4c)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]