gnu: rust-unicode-segmentation-1: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-unicode-segmentation-1): Update to 1.7.1.
This commit is contained in:
parent
c10829a52b
commit
dfcca5e98c
1 changed files with 4 additions and 3 deletions
|
|
@ -34915,7 +34915,7 @@ described in Unicode Standard Annex #15.")
|
||||||
(define-public rust-unicode-segmentation-1
|
(define-public rust-unicode-segmentation-1
|
||||||
(package
|
(package
|
||||||
(name "rust-unicode-segmentation")
|
(name "rust-unicode-segmentation")
|
||||||
(version "1.6.0")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -34924,11 +34924,12 @@ described in Unicode Standard Annex #15.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h7d48mzpi8hwf5cvnq07warkv86pvapzzzf32hvbjsk20yiagp8"))))
|
"15n736z0pbj30pj44jb9s9rjavzrmx8v8pzdgsl5yfmfwrxjw3dv"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.7))))
|
(("rust-bencher" ,rust-bencher-0.1)
|
||||||
|
("rust-quickcheck" ,rust-quickcheck-0.7))))
|
||||||
(home-page "https://github.com/unicode-rs/unicode-segmentation")
|
(home-page "https://github.com/unicode-rs/unicode-segmentation")
|
||||||
(synopsis "Grapheme Cluster, Word and Sentence boundaries")
|
(synopsis "Grapheme Cluster, Word and Sentence boundaries")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue