GNU bug report logs -
#75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 29 Dec 2024 12:13:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #44 received at 75176 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-xyz.scm (go-github-com-jedib0t-go-pretty-table): New variable.
Change-Id: I3ce01f5a1888f982e8bdc07f31a63623fa63a1fb
---
gnu/packages/golang-xyz.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7918df44d3..73c27c9149 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4508,6 +4508,19 @@ (define-public go-github-com-jedib0t-go-pretty-progress
"This package provides utilities to prettify console output of progress
bars with an emphasis on customization.")))
+(define-public go-github-com-jedib0t-go-pretty-table
+ (package
+ (inherit go-github-com-jedib0t-go-pretty-list)
+ (name "go-github-com-jedib0t-go-pretty-table")
+ (arguments
+ (list
+ #:import-path "github.com/jedib0t/go-pretty/table"
+ #:unpack-path "github.com/jedib0t/go-pretty"))
+ (synopsis "Utilities to prettify console output of tables")
+ (description
+ "This package provides utilities to prettify console output of tables
+with an emphasis on customization.")))
+
(define-public go-github-com-jinzhu-copier
(package
(name "go-github-com-jinzhu-copier")
--
2.47.1
This bug report was last modified 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.