guix-commits
[Top][All Lists]
Advanced

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

275/416: gnu: Remove ucd-next.


From: guix-commits
Subject: 275/416: gnu: Remove ucd-next.
Date: Fri, 14 Apr 2023 15:26:04 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 99e2d9595ab57c177f58f62085e56a0afd24d977
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 2bbf7ce4c9..8a6cfae692 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]