all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46076] [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1.
@ 2021-01-24 17:55 Martin Becze
  2021-01-24 17:55 ` [bug#46077] [PATCH 2/6] gnu: Added go-github-com-logrusorgru-aurora Martin Becze
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Martin Becze @ 2021-01-24 17:55 UTC (permalink / raw)
  To: 46076

* gnu/packages/golang.scm (go-gopkg-in-cheggaaa-pb-v1): New variable.
---
 gnu/packages/golang.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d34bb1acb7..915d64bc4d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -22,7 +22,7 @@
 ;;; Copyright © 2020 Ryan Prior <rprior@protonmail.com>
 ;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020 raingloom <raingloom@riseup.net>
-;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
+;;; Copyright © 2020, 2021 Martin Becze <mjbecze@riseup.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6392,6 +6392,23 @@ inspired by the causal messaging system in the Pony programming language.")
 the terminal.")
     (license license:bsd-3)))
 
+(define-public go-gopkg-in-cheggaaa-pb-v1
+  (package
+    (inherit go-github-com-cheggaaa-pb)
+    (name "go-gopkg-in-cheggaaa-pb-v1")
+    (version "1.0.28")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gopkg.in/cheggaaa/pb.v1.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "13a66cqbpdif804qj12z9ad8r24va9q41gfk71qbc4zg1wsxs3rh"))))
+    (arguments
+     '(#:import-path "gopkg.in/cheggaaa/pb.v1"))))
+
 (define-public go-github-com-gologme-log
   ;; this is the same as v1.2.0, only the LICENSE file changed
   (let ((commit "720ba0b3ccf0a91bc6018c9967a2479f93f56a55"))
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-03-29 14:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 17:55 [bug#46076] [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1 Martin Becze
2021-01-24 17:55 ` [bug#46077] [PATCH 2/6] gnu: Added go-github-com-logrusorgru-aurora Martin Becze
     [not found]   ` <handler.46077.B.16115109871101.ack@debbugs.gnu.org>
2021-01-24 18:04     ` bug#46077: Acknowledgement ([PATCH 2/6] gnu: Added go-github-com-logrusorgru-aurora.) Martin Becze
2021-01-24 17:55 ` [bug#46080] [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin Martin Becze
     [not found]   ` <handler.46080.B.16115109961151.ack@debbugs.gnu.org>
2021-01-24 18:03     ` [bug#46080] Acknowledgement ([PATCH 3/6] gnu: Added go-github-com-caarlos0-spin.) Martin Becze
2024-03-29 14:35   ` bug#46080: [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin Sharlatan Hellseher
2021-01-24 17:55 ` [bug#46078] [PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex Martin Becze
     [not found]   ` <handler.46078.B.16115109901132.ack@debbugs.gnu.org>
2021-01-24 18:04     ` bug#46078: Acknowledgement ([PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex.) Martin Becze
2021-01-24 17:55 ` [bug#46079] [PATCH 5/6] gnu: Added go-github-com-google-gousb Martin Becze
     [not found]   ` <handler.46079.B.16115109901138.ack@debbugs.gnu.org>
2021-01-24 18:03     ` [bug#46079] Acknowledgement ([PATCH 5/6] gnu: Added go-github-com-google-gousb.) Martin Becze
2024-03-29 14:35   ` bug#46079: [PATCH 5/6] gnu: Added go-github-com-google-gousb Sharlatan Hellseher
2021-01-24 17:55 ` [bug#46081] [PATCH 6/6] gnu: Added wally-cli Martin Becze
     [not found]   ` <handler.46081.B.16115109961157.ack@debbugs.gnu.org>
2021-01-24 18:02     ` [bug#46081] Acknowledgement ([PATCH 6/6] gnu: Added wally-cli.) Martin Becze
2024-03-29 14:25   ` bug#46081: [PATCH 6/6] gnu: Added wally-cli Sharlatan Hellseher
2021-01-24 18:10 ` [bug#46076] [PATCH 2/6] gnu: Added go-github-com-logrusorgru-aurora Martin Becze
2021-01-24 18:10   ` [bug#46076] [PATCH 3/6] gnu: Added go-github-com-caarlos0-spin Martin Becze
2021-01-24 18:11   ` [bug#46076] [PATCH 4/6] gnu: Added go-github-com-marcinbor85-gohex Martin Becze
2021-01-24 18:11   ` [bug#46076] [PATCH 5/6] gnu: Added go-github-com-google-gousb Martin Becze
2021-01-24 18:11   ` [bug#46076] [PATCH 6/6] gnu: Added wally-cli Martin Becze
2024-03-29 14:24 ` bug#46076: [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1 Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.