guix-patches
[Top][All Lists]
Advanced

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

[bug#52789] [PATCH staging] gnu: ucd: Update to 14.0.0.


From: Felix Gruber
Subject: [bug#52789] [PATCH staging] gnu: ucd: Update to 14.0.0.
Date: Mon, 27 Dec 2021 23:25:39 +0000

* gnu/packages/unicode.scm (ucd): Update to 14.0.0.
  (ucd-next): Remove as it is now identical to ucd.
  (libunibreak)[native-inputs]: Replace ucd-next with ucd.
---
 gnu/packages/unicode.scm | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/unicode.scm b/gnu/packages/unicode.scm
index 23c5de195c..7af3517af0 100644
--- a/gnu/packages/unicode.scm
+++ b/gnu/packages/unicode.scm
@@ -48,7 +48,7 @@
       (list autoconf-wrapper
             automake
             libtool
-            ucd-next ; required for tests
+            ucd ; required for tests
             ))
     (arguments
      `(#:parallel-tests? #f  ; parallel tests cause non-deterministic
@@ -78,7 +78,7 @@ renderer.")
 (define-public ucd
   (package
     (name "ucd")
-    (version "12.0.0")
+    (version "14.0.0")
     (source
      (origin
        (method url-fetch/zipbomb)
@@ -86,7 +86,7 @@ renderer.")
                            "/UCD.zip"))
        (sha256
         (base32
-         "1ighy39cjkmqnv1797wrxjz76mv1fdw7zp5j04q55bkwxsdkvrmh"))))
+         "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
@@ -99,20 +99,6 @@ files listing Unicode character properties and related data. 
 It also includes
 test data for conformance to several important Unicode algorithms.")
     (license unicode)))
 
-(define-public ucd-next
-  (package
-    (inherit ucd)
-    (name "ucd-next")
-    (version "14.0.0")
-    (source
-     (origin
-       (method url-fetch/zipbomb)
-       (uri (string-append "https://www.unicode.org/Public/zipped/"; version
-                           "/UCD.zip"))
-       (sha256
-        (base32
-         "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))))
-
 (define (unicode-emoji-file name version hash)
   (origin
     (method url-fetch)
-- 
2.30.2






reply via email to

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