mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: rust-utf8-width-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-utf8-width-0.1): Update to 0.1.6. [cargo-development-inputs]: Add rust-bencher-0.1.
This commit is contained in:
parent
16a7feb820
commit
1b94fc0904
1 changed files with 4 additions and 2 deletions
|
@ -77993,15 +77993,17 @@ (define-public rust-utf8-ranges-0.1
|
|||
(define-public rust-utf8-width-0.1
|
||||
(package
|
||||
(name "rust-utf8-width")
|
||||
(version "0.1.4")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "utf8-width" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ylf5mvzck81iszchxyqmhwimkcdqv7jhazvd454g911cchsqwch"))))
|
||||
(base32 "18fbr6bbkfprs0hb2pdz3ckfb6i1gm0j0x7ka3fhvbyd5m2ck42i"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1))))
|
||||
(home-page "https://magiclen.org/utf8-width")
|
||||
(synopsis "Determine the width of a UTF-8 character")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue