GNU bug report logs -
#53346
[PATCH 0/6] Some go patches
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Tue, 18 Jan 2022 14:47:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 53346 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/databases.scm (go-github-com-gomodule-redigo): New variable.
---
gnu/packages/databases.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 81356eb993..eceb799bc8 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2384,6 +2384,32 @@ (define-public go-github-com-cupcake-rdb
"Package rdb implements parsing and encoding of the Redis RDB file format.")
(license license:expat)))
+(define-public go-github-com-gomodule-redigo
+ (package
+ (name "go-github-com-gomodule-redigo")
+ (version "1.8.8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gomodule/redigo")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wplaaxg7f6c6c08gdp33l48hygn8gq1rhlnjzr1c9qcggsm07k1"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:unpack-path "github.com/gomodule/redigo"
+ #:import-path "github.com/gomodule/redigo/redis"))
+ (native-inputs
+ (list go-github-com-stretchr-testify
+ redis))
+ (home-page "https://github.com/gomodule/redigo")
+ (synopsis "Go client for Redis")
+ (description
+ "Redigo is a Go client for the Redis database.")
+ (license license:asl2.0)))
+
(define-public kyotocabinet
(package
(name "kyotocabinet")
--
2.34.0
This bug report was last modified 3 years and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.