gnu: ibus: Update Unicode data to 12.0.0.
* gnu/packages/ibus.scm (ibus)[native-inputs]: Use versioned URLs for Unicode data and update hashes.
This commit is contained in:
parent
2b613a1a5d
commit
380384e419
1 changed files with 6 additions and 4 deletions
|
@ -144,18 +144,20 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-genmarshal
|
`(("glib" ,glib "bin") ; for glib-genmarshal
|
||||||
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
|
("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
|
||||||
|
|
||||||
|
;; XXX TODO: Move Unicode data to its own (versioned) package.
|
||||||
("unicode-nameslist"
|
("unicode-nameslist"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://www.unicode.org/Public/UNIDATA/NamesList.txt")
|
(uri "https://www.unicode.org/Public/12.0.0/ucd/NamesList.txt")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yr2h0nfqhirfi3bxl33z6cc94qqshlpgi06c25xh9754irqsgv8"))))
|
(base32 "0vsq8gx7hws8mvxy3nlglpwxw7ky57q0fs09d7w9xgb2ylk7fz61"))))
|
||||||
("unicode-blocks"
|
("unicode-blocks"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://www.unicode.org/Public/UNIDATA/Blocks.txt")
|
(uri "https://www.unicode.org/Public/12.0.0/ucd/Blocks.txt")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lnh9iazikpr548bd7nkaq9r3vfljfvz0rg2462prac8qxk7ni8b"))))
|
(base32 "041sk54v6rjzb23b9x7yjdwzdp2wc7gvfz7ybavgg4gbh51wm8x1"))))
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
|
|
Reference in a new issue