gnu: ucd-next: Update to 15.0.0.

* gnu/packages/unicode.scm (ucd-next): Update to 15.0.0.
[name]: Rename to “ucd”.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Vivien Kraus 2022-12-31 18:34:35 +01:00 committed by Liliana Marie Prikler
parent be0b866e95
commit e554f101ef
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -100,8 +100,8 @@ (define-public ucd
(define-public ucd-next (define-public ucd-next
(package (package
(inherit ucd) (inherit ucd)
(name "ucd-next") (name "ucd")
(version "14.0.0") (version "15.0.0")
(source (source
(origin (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
@ -109,7 +109,7 @@ (define-public ucd-next
"/UCD.zip")) "/UCD.zip"))
(sha256 (sha256
(base32 (base32
"001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3")))))) "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))))
(define (unicode-emoji-file name version hash) (define (unicode-emoji-file name version hash)
(origin (origin