Archived
1
0
Fork 0

gnu: Add rust-comfy-table-6.

* gnu/packages/crates-io.scm (rust-comfy-table-6): New variable.

Change-Id: I12631f5f14e2b9befb7603b0c1eab9d73a77cfd9
This commit is contained in:
Efraim Flashner 2024-03-16 22:00:02 +02:00
parent 046b63c04d
commit 8bb4b08ebf
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12935,6 +12935,31 @@ and 1.0.")
wrapping.") wrapping.")
(license license:expat))) (license license:expat)))
(define-public rust-comfy-table-6
(package
(inherit rust-comfy-table-7)
(name "rust-comfy-table")
(version "6.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "comfy-table" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fmqjhry6xa6a9kr0769wiw06694n60kxs5c6nfvzqv8h9w9v5by"))))
(arguments
`(#:cargo-inputs (("rust-console" ,rust-console-0.15)
("rust-crossterm" ,rust-crossterm-0.26)
("rust-strum" ,rust-strum-0.24)
("rust-strum-macros" ,rust-strum-macros-0.24)
("rust-unicode-width" ,rust-unicode-width-0.1))
#: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.17))))))
(define-public rust-comfy-table-4 (define-public rust-comfy-table-4
(package (package
(inherit rust-comfy-table-7) (inherit rust-comfy-table-7)