me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-10-09 17:50:06 +03:00
parent 16a7feb820
commit 1b94fc0904
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 2 deletions

View File

@ -77993,15 +77993,17 @@ Unix users and groups.")
(define-public rust-utf8-width-0.1 (define-public rust-utf8-width-0.1
(package (package
(name "rust-utf8-width") (name "rust-utf8-width")
(version "0.1.4") (version "0.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "utf8-width" version)) (uri (crate-uri "utf8-width" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1ylf5mvzck81iszchxyqmhwimkcdqv7jhazvd454g911cchsqwch")))) (base32 "18fbr6bbkfprs0hb2pdz3ckfb6i1gm0j0x7ka3fhvbyd5m2ck42i"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1))))
(home-page "https://magiclen.org/utf8-width") (home-page "https://magiclen.org/utf8-width")
(synopsis "Determine the width of a UTF-8 character") (synopsis "Determine the width of a UTF-8 character")
(description (description