me
/
guix
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>
master
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
1 changed files with 14 additions and 0 deletions

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.")
(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)