me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-uutils-term-grid-0.3.

* gnu/packages/crates-io.scm (rust-uutils-term-grid-0.3): New variable.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: Ifbf3fd1d66807b15c96b85fe5078c41602c0f544
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Jaeme Sifat 2023-10-29 00:26:54 -04:00 committed by Efraim Flashner
parent a58ecbeb70
commit 3c85794db1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -84103,6 +84103,28 @@ first byte.")
;; The user can choose either license.
(license (list license:asl2.0 license:expat))))
(define-public rust-uutils-term-grid-0.3
(package
(name "rust-uutils-term-grid")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "uutils_term_grid" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ixvj893jrcvv76m7cgr99fc25la6xl2101qva6ni646aqm4b2dk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-unicode-width" ,rust-unicode-width-0.1))))
(home-page "https://github.com/uutils/uutils-term-grid")
(synopsis
"Fork of the @code{term_grid} for formatting strings into a grid layout")
(description
"A fork of @code{term_grid}, this package provides a library for
formatting strings into a grid layout.")
(license license:expat)))
(define-public rust-uzers-0.11
(package
(name "rust-uzers")