[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)
- branch staging updated (4f49d03149 -> 4876226dd5), guix-commits, 2023/03/31
- 03/11: gnu: hdf5@1.12: Update to 1.12.2., guix-commits, 2023/03/31
- 01/11: gnu: hdf5@1.8: Update to 1.8.23., guix-commits, 2023/03/31
- 05/11: gnu: hdf5-1.8: Delete trailing #t., guix-commits, 2023/03/31
- 06/11: gnu: go-1.17: Update to 1.17.13., guix-commits, 2023/03/31
- 02/11: gnu: hdf5@1.10: Update to 1.10.9., guix-commits, 2023/03/31
- 04/11: gnu: Add hdf5@1.14., guix-commits, 2023/03/31
- 07/11: gnu: Remove ucd-next.,
guix-commits <=
- 09/11: gnu: sdl2: Update to 2.26.2., guix-commits, 2023/03/31
- 11/11: gnu: go: Update home page URL., guix-commits, 2023/03/31
- 08/11: gnu: ucd: Update to 15.0.0., guix-commits, 2023/03/31
- 10/11: gnu: python-coverage: Update to 5.5., guix-commits, 2023/03/31