mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-unicode-width-0.1: Update to 0.1.11.
* gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.11.
This commit is contained in:
parent
680c7b0ccd
commit
cdfd8e3706
1 changed files with 2 additions and 2 deletions
|
@ -75765,7 +75765,7 @@ (define-public rust-unicode-segmentation-1
|
|||
(define-public rust-unicode-width-0.1
|
||||
(package
|
||||
(name "rust-unicode-width")
|
||||
(version "0.1.10")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -75773,7 +75773,7 @@ (define-public rust-unicode-width-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12vc3wv0qwg8rzcgb9bhaf5119dlmd6lmkhbfy1zfls6n7jx3vf0"))))
|
||||
"11ds4ydhg8g7l06rlmh712q41qsrd0j0h00n1jm74kww3kqk65z5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue