gnu: rust-ucd-trie-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-ucd-trie-0.1): Update to 0.1.5. [cargo-inputs]: Remove rust-lazy-static-1. Add rust-once-cell-1.
This commit is contained in:
parent
c1eb1342aa
commit
f0205b476f
1 changed files with 3 additions and 4 deletions
|
@ -64838,19 +64838,18 @@ Unicode character database.")
|
||||||
(define-public rust-ucd-trie-0.1
|
(define-public rust-ucd-trie-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-ucd-trie")
|
(name "rust-ucd-trie")
|
||||||
(version "0.1.2")
|
(version "0.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "ucd-trie" version))
|
(uri (crate-uri "ucd-trie" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "10ggllapxq99cxxy179wbklmabj5fikm02233v4idf7djvcw8ycy"))))
|
||||||
"1hh6kyzh5xygwy96wfmsf8v8czlzhps2lgbcyhj1xzy1w1xys04g"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1))))
|
(("rust-once-cell" ,rust-once-cell-1))))
|
||||||
(home-page "https://github.com/BurntSushi/ucd-generate")
|
(home-page "https://github.com/BurntSushi/ucd-generate")
|
||||||
(synopsis "Trie for storing Unicode codepoint sets and maps")
|
(synopsis "Trie for storing Unicode codepoint sets and maps")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue