GNU bug report logs - #75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: Roman Scherer <roman <at> burningswell.com>
To: 75176 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [bug#75176] [PATCH 06/18] gnu: Add go-github-com-jedib0t-go-pretty-progress.
Date: Sun, 29 Dec 2024 13:14:25 +0100
* gnu/packages/golang-xyz.scm (go-github-com-jedib0t-go-pretty-progress): New variable.

Change-Id: I6caf5704e4e8bfa74c07cd3c36d06b134c4c6610
---
 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 65095b5c6f..7918df44d3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4495,6 +4495,19 @@ (define-public go-github-com-jedib0t-go-pretty-list
 with an emphasis on customization.")
     (license license:expat)))
 
+(define-public go-github-com-jedib0t-go-pretty-progress
+  (package
+    (inherit go-github-com-jedib0t-go-pretty-list)
+    (name "go-github-com-jedib0t-go-pretty-progress")
+    (arguments
+     (list
+      #:import-path "github.com/jedib0t/go-pretty/progress"
+      #:unpack-path "github.com/jedib0t/go-pretty"))
+    (synopsis "Utilities to prettify console output of progress bars")
+    (description
+     "This package provides utilities to prettify console output of progress
+bars 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 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.