mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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
|
||||
(package
|
||||
(name "ucd")
|
||||
(version "14.0.0")
|
||||
(version "15.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append "https://www.unicode.org/Public/zipped/" version
|
||||
"/UCD.zip"))
|
||||
(sha256
|
||||
(base32 "001nq9w52ijma0vps40xwy2q6ylpyf1393lzb128ibypnmv54fh3"))))
|
||||
(base32 "133inqn33hcfvylmps63yjr6rrqrfq6x7a5hr5fd51z6yc0f9gaz"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue