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 #14 received at 75176 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-xyz.scm (go-github-com-jedib0t-go-pretty-list): New variable.
Change-Id: I5620f3c56d1847611d3c4c91a4c429de37f32ea3
---
gnu/packages/golang-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0f5ffc46d2..65095b5c6f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4464,6 +4464,37 @@ (define-public go-github-com-jdkato-twine
"NLP-related string utility functions for Golang.")
(license license:expat)))
+(define-public go-github-com-jedib0t-go-pretty-list
+ (package
+ (name "go-github-com-jedib0t-go-pretty-list")
+ (version "6.6.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jedib0t/go-pretty")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sy8fia04lxi07yga7z3h3fp19y4bla5p16v1n7ldip0ymdmvjnx"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jedib0t/go-pretty/list"
+ #:unpack-path "github.com/jedib0t/go-pretty"))
+ (propagated-inputs (list go-golang-org-x-text
+ go-golang-org-x-term
+ go-golang-org-x-sys
+ go-github-com-stretchr-testify
+ go-github-com-pkg-profile
+ go-github-com-mattn-go-runewidth))
+ (home-page "https://github.com/jedib0t/go-pretty")
+ (synopsis "Utilities to prettify console output of lists")
+ (description
+ "This package provides utilities to prettify console output of lists
+with an emphasis on customization.")
+ (license license:expat)))
+
(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.