guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: Add go-github-com-logrusorgru-aurora-v3.


From: guix-commits
Subject: 03/12: gnu: Add go-github-com-logrusorgru-aurora-v3.
Date: Fri, 29 Mar 2024 10:23:52 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit bcfbb05fdb0731166a9b49aff5be32025ba92695
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 28 23:39:48 2024 +0000

    gnu: Add go-github-com-logrusorgru-aurora-v3.
    
    * gnu/packages/golang-xyz.scm (go-github-com-logrusorgru-aurora-v3): New 
variable.
    
    Change-Id: Iec34c29b6785ada697ad9cded7060a221d60abc9
---
 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 7852c6b8ed..291389a893 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1386,6 +1386,25 @@ database/sql package.")
 Printf/Sprintf etc.")
     (license license:unlicense)))
 
+(define-public go-github-com-logrusorgru-aurora-v3
+  (package
+    (inherit go-github-com-logrusorgru-aurora)
+    (name "go-github-com-logrusorgru-aurora-v3")
+    (version "3.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/logrusorgru/aurora";)
+             (commit (string-append "v" version))))
+       (sha256
+        (base32 "0z7cgj8gl69271d0ag4f4yjbsvbrnfibc96cs01spqf5krv2rzjc"))
+       (file-name (git-file-name name version))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/logrusorgru/aurora/v3"))))
+
 (define-public go-github-com-kballard-go-shellquote
   ;; No release, see <https://github.com/kballard/go-shellquote/issues/13>.
   (let ((commit "95032a82bc518f77982ea72343cc1ade730072f0")



reply via email to

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