3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rust-unicode-xid-0.2: Update to 0.2.4.

* gnu/packages/crates-io.scm (rust-unicode-xid-0.2): Update to 0.2.4.
[description]: Use full sentences.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
( 2022-11-29 07:00:59 +00:00 committed by Tobias Geerinckx-Rice
parent 66d14a4da6
commit 0a811cbb2d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -63867,22 +63867,26 @@ boundaries according to Unicode Standard Annex #29 rules.")
(define-public rust-unicode-xid-0.2
(package
(name "rust-unicode-xid")
(version "0.2.1")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "unicode-xid" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0r6mknipyy9vpz8mwmxvkx65ff2ha1n2pxqjj6f46lcn8yrhpzpp"))))
(base32 "131dfzf7d8fsr1ivch34x42c2d1ik5ig3g78brxncnn0r1sdyqpr"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-development-inputs
`(("rust-criterion" ,rust-criterion-0.3))))
(home-page "https://github.com/unicode-rs/unicode-xid")
(synopsis "Determine Unicode XID related properties")
(description "Determine whether characters have the XID_Start
or XID_Continue properties according to Unicode Standard Annex #31.")
(license (list license:asl2.0 license:expat))))
(description
"This package provides a Rust library to determine whether
characters have the XID_Start or XID_Continue properties according
to Unicode Standard Annex #31.")
(license (list license:asl2.0
license:expat))))
(define-public rust-unicode-xid-0.1
(package