[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: Add go-gopkg-in-cheggaaa-pb-v1.
From: |
guix-commits |
Subject: |
01/12: gnu: Add go-gopkg-in-cheggaaa-pb-v1. |
Date: |
Fri, 29 Mar 2024 10:23:52 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 610f66cb4523622b745682c2b51e163220043192
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Wed Apr 14 05:20:05 2021 -0500
gnu: Add go-gopkg-in-cheggaaa-pb-v1.
* gnu/packages/golang-xyz.scm (go-gopkg-in-cheggaaa-pb-v1): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If46de99aca0d301aca18b088f57616d78fe90e19
---
gnu/packages/golang-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c7670ef887..c495d1faca 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -11,6 +11,7 @@
;;; Copyright © 2020, 2021 raingloom <raingloom@riseup.net>
;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2021 Martin Becze <mjbecze@riseup.net>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2021, 2023, 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
@@ -2180,6 +2181,24 @@ Go.")
(list
#:import-path "gopkg.in/alecthomas/kingpin.v2"))))
+(define-public go-gopkg-in-cheggaaa-pb-v1
+ (package
+ (inherit go-github-com-cheggaaa-pb-v3)
+ (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
+ (list
+ #:import-path "gopkg.in/cheggaaa/pb.v1"))))
+
(define-public go-gopkg-in-op-go-logging-v1
(package
(inherit go-github-com-op-go-logging)
- branch master updated (d84fb791f6 -> 8ed9ce9d00), guix-commits, 2024/03/29
- 01/12: gnu: Add go-gopkg-in-cheggaaa-pb-v1.,
guix-commits <=
- 07/12: gnu: Add go-github-com-google-gousb., guix-commits, 2024/03/29
- 02/12: gnu: Add go-github-com-logrusorgru-aurora., guix-commits, 2024/03/29
- 08/12: gnu: Add wally-cli., guix-commits, 2024/03/29
- 09/12: gnu: packages: libusb: Sort use-module alphabetically., guix-commits, 2024/03/29
- 05/12: gnu: Add go-github-com-briandowns-spinner., guix-commits, 2024/03/29
- 06/12: gnu: Add go-github-com-marcinbor85-gohex., guix-commits, 2024/03/29
- 10/12: gnu: packages: flashing-tools: Sort use-module alphabetically., guix-commits, 2024/03/29
- 11/12: gnu: go-gopkg-in-natefinch-lumberjack.v2: Move to golang-xyz., guix-commits, 2024/03/29
- 12/12: gnu: go-github-com-danwakefield-fnmatch: Move to golang-xyz., guix-commits, 2024/03/29
- 04/12: gnu: Add go-github-com-logrusorgru-aurora-v4., guix-commits, 2024/03/29