emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46076: closed ([PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1.)


From: GNU bug Tracking System
Subject: bug#46076: closed ([PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1.)
Date: Fri, 29 Mar 2024 14:26:02 +0000

Your message dated Fri, 29 Mar 2024 14:24:48 +0000
with message-id <87msqhdsjz.fsf@gmail.com>
and subject line [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1.
has caused the debbugs.gnu.org bug report #46076,
regarding [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46076: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46076
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1. Date: Sun, 24 Jan 2021 11:55:27 -0600
* 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




--- End Message ---
--- Begin Message --- Subject: [PATCH 1/6] gnu: Add go-gopkg-in-cheggaaa-pb-v1. Date: Fri, 29 Mar 2024 14:24:48 +0000
Closing as duplicate.

wally-cli was added from  <https://issues.guix.gnu.org/47769>.

Thanks,
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]