mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
be0b866e95
commit
e554f101ef
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue