gnu: Add rust-papergrid-0.10.

* gnu/packages/crates-io.scm (rust-papergrid-0.10): New variable.

Change-Id: I99f2aba66aa5066f9ae8c190fe15c7d211cfd868
This commit is contained in:
Efraim Flashner 2024-03-31 14:57:58 +03:00
parent 7f80524690
commit fe55432cfa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -49466,6 +49466,31 @@ (define-public rust-pandoc-0.8
executable.")
(license (list license:expat license:asl2.0))))
(define-public rust-papergrid-0.10
(package
(name "rust-papergrid")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "papergrid" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1j6hhk8lgzz53rzrlpxqrsq9gqi7cis445l7m7wn5nxny8avxk52"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `testing_table`
#:cargo-inputs (("rust-ansi-str" ,rust-ansi-str-0.8)
("rust-ansitok" ,rust-ansitok-0.2)
("rust-bytecount" ,rust-bytecount-0.6)
("rust-fnv" ,rust-fnv-1)
("rust-unicode-width" ,rust-unicode-width-0.1))
#:cargo-development-inputs (("rust-owo-colors" ,rust-owo-colors-3))))
(home-page "https://github.com/zhiburt/tabled")
(synopsis "Core library to print a table")
(description "Papergrid is a core library to print a table.")
(license license:expat)))
(define-public rust-parasailors-0.3
(package
(name "rust-parasailors")