me
/
guix
Archived
1
0
Fork 0

gnu: rust-unicode-segmentation-1: Update to 1.7.1.

* gnu/packages/crates-io.scm (rust-unicode-segmentation-1): Update to 1.7.1.
master
Efraim Flashner 2021-01-03 21:02:12 +02:00
parent c10829a52b
commit dfcca5e98c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 3 deletions

View File

@ -34915,7 +34915,7 @@ described in Unicode Standard Annex #15.")
(define-public rust-unicode-segmentation-1
(package
(name "rust-unicode-segmentation")
(version "1.6.0")
(version "1.7.1")
(source
(origin
(method url-fetch)
@ -34924,11 +34924,12 @@ described in Unicode Standard Annex #15.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1h7d48mzpi8hwf5cvnq07warkv86pvapzzzf32hvbjsk20yiagp8"))))
"15n736z0pbj30pj44jb9s9rjavzrmx8v8pzdgsl5yfmfwrxjw3dv"))))
(build-system cargo-build-system)
(arguments
`(#: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")
(synopsis "Grapheme Cluster, Word and Sentence boundaries")
(description