gnu: Add rust-unic-ucd-hangul-0.9.
* gnu/packages/crates-io.scm (rust-unic-ucd-hangul-0.9): New variable. Change-Id: I94471613773c458d606377f7b2d106e1d3f80084master
parent
77de3b8139
commit
0cb48b1830
|
@ -84064,6 +84064,27 @@ grapheme clusters), words, and sentences.")
|
|||
(description "UNIC Unicode Character Database General Category.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-unic-ucd-hangul-0.9
|
||||
(package
|
||||
(name "rust-unic-ucd-hangul")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unic-ucd-hangul" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0m001jjck7j34hsf6kw9aidzapms9hi175yv7r9f244hw68cc7gb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-unic-ucd-version" ,rust-unic-ucd-version-0.9))))
|
||||
(home-page "https://github.com/open-i18n/rust-unic/")
|
||||
(synopsis
|
||||
"UNIC Unicode Character Database Hangul Syllable Composition & Decomposition")
|
||||
(description
|
||||
"UNIC Unicode Character Database Hangul Syllable Composition & Decomposition.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-unic-ucd-segment-0.9
|
||||
(package
|
||||
(name "rust-unic-ucd-segment")
|
||||
|
|
Reference in New Issue