mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: rust-comfy-table-7: Update to 7.1.3.
* gnu/packages/crates-io.scm (rust-comfy-table-7): Update to 7.1.3. [cargo-inputs]: Add rust-ansi-str-0.8. Replace rust-crossterm-0.27 with 0.28, rust-strum-0.25 with 0.26, rust-strum-macros-0.25 with 0.26, rust-unicode-width-0.1 with 0.2. [cargo-development-inputs]: Replace rust-rstest-0.18 with 0.23. Change-Id: I9306d17339c861164b5c01697ad396620e98d908
This commit is contained in:
parent
b763d074a6
commit
7402479335
1 changed files with 9 additions and 8 deletions
|
@ -14118,28 +14118,29 @@ and 1.0.")
|
|||
(define-public rust-comfy-table-7
|
||||
(package
|
||||
(name "rust-comfy-table")
|
||||
(version "7.1.0")
|
||||
(version "7.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "comfy-table" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11i6sm6vznv9982hqpbrba43vfd7vv7zqzlywdc4qykvdhyh8r3w"))))
|
||||
(base32 "1nd4ns4vimypk554vqjww3iq14mdjbaawn5q1jl6w9j3nvknbw94"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-console" ,rust-console-0.15)
|
||||
("rust-crossterm" ,rust-crossterm-0.27)
|
||||
("rust-strum" ,rust-strum-0.25)
|
||||
("rust-strum-macros" ,rust-strum-macros-0.25)
|
||||
("rust-unicode-width" ,rust-unicode-width-0.1))
|
||||
(("rust-ansi-str" ,rust-ansi-str-0.8)
|
||||
("rust-console" ,rust-console-0.15)
|
||||
("rust-crossterm" ,rust-crossterm-0.28)
|
||||
("rust-strum" ,rust-strum-0.26)
|
||||
("rust-strum-macros" ,rust-strum-macros-0.26)
|
||||
("rust-unicode-width" ,rust-unicode-width-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-1)
|
||||
("rust-proptest" ,rust-proptest-1)
|
||||
("rust-rand" ,rust-rand-0.8)
|
||||
("rust-rstest" ,rust-rstest-0.18))))
|
||||
("rust-rstest" ,rust-rstest-0.23))))
|
||||
(home-page "https://github.com/nukesor/comfy-table")
|
||||
(synopsis "Library for building tables with automatic content wrapping")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue