gnu: ucd: Update to 15.0.0.
* gnu/packages/unicode.scm (ucd): Update to 15.0.0.master
parent
99e2d9595a
commit
87947c1939
|
@ -77,14 +77,14 @@ renderer.")
|
||||||
(define-public ucd
|
(define-public ucd
|
||||||
(package
|
(package
|
||||||
(name "ucd")
|
(name "ucd")
|
||||||
(version "14.0.0")
|
(version "15.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append "https://www.unicode.org/Public/zipped/" version
|
(uri (string-append "https://www.unicode.org/Public/zipped/" version
|
||||||
"/UCD.zip"))
|
"/UCD.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))
|
(base32 "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Reference in New Issue