[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v3 21/47] gnu: Add go-github-com-kataras-golog.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v3 21/47] gnu: Add go-github-com-kataras-golog. |
Date: |
Tue, 8 Jun 2021 19:21:38 -0400 |
* gnu/packages/golang.scm (go-github-com-kataras-golog): New variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6ca92576d2..ef0c35d50b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,30 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-kataras-golog
+ (package
+ (name "go-github-com-kataras-golog")
+ (version "0.1.7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/kataras/golog")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ll24g50j48wqikzf67cyaq0m0f57v1ap24nbz3cmv3yzqi6wdl9"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/kataras/golog"))
+ (propagated-inputs
+ `(("go-github-com-kataras-pio" ,go-github-com-kataras-pio)))
+ (home-page "https://github.com/kataras/golog")
+ (synopsis "Level-based logger")
+ (description "GoLog is a logging foundation for Go Applications.")
+ (license license:bsd-3)))
+
(define-public go-github-com-kataras-pio
(package
(name "go-github-com-kataras-pio")
--
2.31.1
- [bug#48729] [PATCH v3 21/47] gnu: Add go-github-com-kataras-golog.,
Raghav Gururajan <=
- [bug#48729] [PATCH v3 24/47] gnu: Add go-github-com-jezek-xgb., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 22/47] gnu: Add go-github-com-operatorfoundation-shapeshifter-transports., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 23/47] gnu: Add go-0xacab-org-leap-shapeshifter., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 25/47] gnu: Add go-github-com-burntsushi-xgbutil., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 28/47] gnu: Add go-github-com-getlantern-hex., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 26/47] gnu: Add go-github-com-getlantern-context., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 30/47] gnu: Add go-github-com-go-stack-stack., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 29/47] gnu: Add go-github-com-getlantern-hidden., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 27/47] gnu: Add go-github-com-getlantern-ops., Raghav Gururajan, 2021/06/08