guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: Remove ucd-next.


From: guix-commits
Subject: 07/11: gnu: Remove ucd-next.
Date: Fri, 31 Mar 2023 00:01:31 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit d2f1b1d08b313b56a781a6809271ee22e7bd8147
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 30 23:29:47 2023 -0400

    gnu: Remove ucd-next.
    
    * gnu/packages/build-tools.scm (ucd-next): Delete variable.
---
 gnu/packages/build-tools.scm |  2 +-
 gnu/packages/unicode.scm     | 14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 38ad13db1f..23b8c763d4 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -993,7 +993,7 @@ Makefiles, JSON Compilation Database, and experimentally 
Ninja.")
      (list
       bash-minimal python perl clisp
       ;; Unicode data:
-      ucd-next
+      ucd
       ;; Programs for the tests:
       cppi indent git-minimal/pinned autoconf))
     (home-page "https://www.gnu.org/software/gnulib/";)
diff --git a/gnu/packages/unicode.scm b/gnu/packages/unicode.scm
index afb9546966..3a6d0750bf 100644
--- a/gnu/packages/unicode.scm
+++ b/gnu/packages/unicode.scm
@@ -97,20 +97,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")
-    (version "15.0.0")
-    (source
-     (origin
-       (method url-fetch/zipbomb)
-       (uri (string-append "https://www.unicode.org/Public/zipped/"; version
-                           "/UCD.zip"))
-       (sha256
-        (base32
-         "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))))
-
 (define (unicode-emoji-file name version hash)
   (origin
     (method url-fetch)



reply via email to

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