me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I595e163e3b9813cb5564004a213acc2eb778f13c
master
Efraim Flashner 2024-03-17 14:31:53 +02:00
parent f89a8c015b
commit c26176fc96
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 9 deletions

View File

@ -80697,8 +80697,30 @@ first byte.")
;; The user can choose either license.
(license (list license:asl2.0 license:expat))))
(define-public rust-uutils-term-grid-0.6
(package
(name "rust-uutils-term-grid")
(version "0.6.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "uutils_term_grid" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ys1y4bjdgwhvd3c9b2c8hx2dmnxjsgqgg3sll1mgfmlmnsfz7gq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-ansi-width" ,rust-ansi-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-uutils-term-grid-0.3
(package
(inherit rust-uutils-term-grid-0.6)
(name "rust-uutils-term-grid")
(version "0.3.0")
(source
@ -80708,16 +80730,8 @@ first byte.")
(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)))
`(#:cargo-inputs (("rust-unicode-width" ,rust-unicode-width-0.1))))))
(define-public rust-uzers-0.11
(package