mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Remove rust-term-grid-0.1.
* gnu/packages/crates-io.scm (rust-term-grid-0.1): Delete variable. Change-Id: Iea23f82d8cef4bf6eb424a8f14f8ec3e6361e9a3
This commit is contained in:
parent
3c04908be2
commit
e353282b74
1 changed files with 0 additions and 23 deletions
|
@ -66816,29 +66816,6 @@ template language.")
|
|||
(("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.2))))))
|
||||
|
||||
(define-public rust-term-grid-0.1
|
||||
(package
|
||||
(name "rust-term-grid")
|
||||
(version "0.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "term_grid" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kq2sy3b8329jrsrpcvijvyz4gbqjyvyy6c3n0wmmvda9y03w393"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-unicode-width" ,rust-unicode-width-0.1))))
|
||||
(home-page "https://github.com/ogham/rust-term-grid")
|
||||
(synopsis "Library for formatting strings into a grid layout")
|
||||
(description "This package provides a library for formatting strings into a
|
||||
grid layout.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-term-size-1
|
||||
(package
|
||||
(name "rust-term-size")
|
||||
|
|
Loading…
Add table
Reference in a new issue