mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: Remove rust-papergrid-0.10.
* gnu/packages/crates-io.scm (rust-papergrid-0.10): Delete variable. Change-Id: I9852df0c30be6c8fa3fcad8f53ada54bb28bce83
This commit is contained in:
parent
72f29239f3
commit
b33c189181
1 changed files with 0 additions and 22 deletions
|
@ -51370,28 +51370,6 @@ executable.")
|
|||
("rust-unicode-width" ,rust-unicode-width-0.1))
|
||||
#:cargo-development-inputs (("rust-owo-colors" ,rust-owo-colors-3))))))
|
||||
|
||||
(define-public rust-papergrid-0.10
|
||||
(package
|
||||
(inherit rust-papergrid-0.11)
|
||||
(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))))))
|
||||
|
||||
(define-public rust-parasail-sys-0.2
|
||||
(package
|
||||
(name "rust-parasail-sys")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue