mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: rust-unicode-segmentation-1: Update to 1.12.0.
* gnu/packages/crates-io.scm (rust-unicode-segmentation-1): Update to 1.12.0. [cargo-development-inputs]: Replace rust-criterion-0.3 with 0.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Idd2f467d5aa770f2148534d9e0997b7d2b2c6ea9
This commit is contained in:
parent
70b6ccfa23
commit
a05a98f00b
1 changed files with 5 additions and 7 deletions
|
@ -91773,23 +91773,21 @@ (define-public rust-unicode-reverse-1
|
|||
(define-public rust-unicode-segmentation-1
|
||||
(package
|
||||
(name "rust-unicode-segmentation")
|
||||
(version "1.11.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unicode-segmentation" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "00kjpwp1g8fqm45drmwivlacn3y9jx73bvs09n6s3x73nqi7vj6l"))))
|
||||
(base32 "14qla2jfx74yyb9ds3d2mpwpa4l4lzb9z57c6d2ba511458z5k7n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.3)
|
||||
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.7))))
|
||||
(home-page "https://github.com/unicode-rs/unicode-segmentation")
|
||||
(synopsis "Grapheme Cluster, Word and Sentence boundaries")
|
||||
(description
|
||||
"This crate provides Grapheme Cluster, Word and Sentence
|
||||
(description "This crate provides Grapheme Cluster, Word and Sentence
|
||||
boundaries according to Unicode Standard Annex #29 rules.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue