mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: ucd: Update to 15.0.0.
* gnu/packages/unicode.scm (ucd): Update to 15.0.0.
This commit is contained in:
parent
d2f1b1d08b
commit
e994428066
1 changed files with 2 additions and 2 deletions
|
@ -77,14 +77,14 @@ (define-public libunibreak
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue