From: Felix Gruber <felgru@posteo.net>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>, 52789@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#52789] [PATCH staging] gnu: ucd: Update to 14.0.0.
Date: Mon, 27 Dec 2021 23:25:39 +0000 [thread overview]
Message-ID: <20211227232539.105283-1-felgru@posteo.net> (raw)
In-Reply-To: <20211227231946.105095-1-felgru@posteo.net>
* 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
next prev parent reply other threads:[~2021-12-27 23:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-25 13:34 [bug#52789] [PATCH 0/3] Update naev to 0.9.0 Felix Gruber
2021-12-25 13:37 ` [bug#52789] [PATCH 1/3] gnu: Add libunibreak Felix Gruber
2021-12-25 13:37 ` [bug#52789] [PATCH 2/3] gnu: Add naev-artwork Felix Gruber
2021-12-25 13:37 ` [bug#52789] [PATCH 3/3] gnu: naev: Update to 0.9.0 Felix Gruber
2021-12-26 20:54 ` [bug#52789] [PATCH 1/3] gnu: Add libunibreak Nicolas Goaziou
2021-12-27 14:48 ` Felix Gruber
2021-12-27 16:18 ` Nicolas Goaziou
2021-12-27 23:19 ` [bug#52789] [PATCH v2 0/4] Update naev to 0.9.0 Felix Gruber
2021-12-27 23:25 ` Felix Gruber [this message]
2021-12-28 15:06 ` bug#52789: " Nicolas Goaziou
2021-12-27 23:19 ` [bug#52789] [PATCH v2 1/4] gnu: Add ucd-next Felix Gruber
2021-12-27 23:19 ` [bug#52789] [PATCH v2 2/4] gnu: Add libunibreak Felix Gruber
2021-12-27 23:19 ` [bug#52789] [PATCH v2 3/4] gnu: Add naev-artwork Felix Gruber
2021-12-27 23:19 ` [bug#52789] [PATCH v2 4/4] gnu: naev: Update to 0.9.0 Felix Gruber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211227232539.105283-1-felgru@posteo.net \
--to=felgru@posteo.net \
--cc=52789@debbugs.gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).