mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-unicode-width-0.1: Update to 0.1.10.
* gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.10.
This commit is contained in:
parent
6a1b3e30c2
commit
a3b6b7e91f
1 changed files with 2 additions and 2 deletions
|
@ -70411,7 +70411,7 @@ (define-public rust-unicode-segmentation-1
|
|||
(define-public rust-unicode-width-0.1
|
||||
(package
|
||||
(name "rust-unicode-width")
|
||||
(version "0.1.9")
|
||||
(version "0.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -70419,7 +70419,7 @@ (define-public rust-unicode-width-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wq9wl69wlp6zwlxp660g9p4hm5gk91chwk14dp1gl9bxba45mry"))))
|
||||
"12vc3wv0qwg8rzcgb9bhaf5119dlmd6lmkhbfy1zfls6n7jx3vf0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue