Archived
1
0
Fork 0

gnu: Add ucd-next.

* gnu/packages/unicode.scm (ucd-next): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Felix Gruber 2021-12-27 23:19:43 +00:00 committed by Nicolas Goaziou
parent 71886a4eaa
commit e2e39d2c2f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -49,6 +49,20 @@ files listing Unicode character properties and related data. It also includes
test data for conformance to several important Unicode algorithms.") test data for conformance to several important Unicode algorithms.")
(license unicode))) (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) (define (unicode-emoji-file name version hash)
(origin (origin
(method url-fetch) (method url-fetch)