[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48729] [PATCH v3 16/47] gnu: Add go-github-com-mufti1-interconv.
From: |
Raghav Gururajan |
Subject: |
[bug#48729] [PATCH v3 16/47] gnu: Add go-github-com-mufti1-interconv. |
Date: |
Tue, 8 Jun 2021 19:10:08 -0400 |
* gnu/packages/golang.scm (go-github-com-mufti1-interconv): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f6db72054e..9d2d092269 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -69,6 +69,31 @@
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
+(define-public go-github-com-mufti1-interconv
+ (let ((commit "d7c72925c6568d60d361757bb9f2d252dcca745c")
+ (revision "28"))
+ (package
+ (name "go-github-com-mufti1-interconv")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/mufti1/interconv")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "13f5pvr74afa28pbpmgvjzjx68vv5zmrwlvxp7hr5bl5625zlxmy"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:unpack-path "github.com/mufti1/interconv"
+ #:import-path "github.com/mufti1/interconv/package"))
+ (synopsis "Convert interface into any data type")
+ (description "Convert interface into any data type.")
+ (home-page "https://github.com/mufti1/interconv")
+ (license license:expat))))
+
(define-public go-github-com-opentracing-opentracing-go
(package
(name "go-github-com-opentracing-opentracing-go")
--
2.31.1
- [bug#48729] [PATCH v3 11/47] gnu: Add go-github-com-op-go-logging., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 12/47] gnu: Add go-github-com-blanu-dust., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 13/47] gnu: Add go-github-com-deckarep-golang-set., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 14/47] gnu: Add go-github-com-operatorfoundation-monolith-go., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 16/47] gnu: Add go-github-com-mufti1-interconv.,
Raghav Gururajan <=
- [bug#48729] [PATCH v3 17/47] gnu: Add go-github-com-aead-chacha20., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 19/47] gnu: Add go-github-com-shadowsocks-go-shadowsocks2., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 15/47] gnu: Add go-github-com-opentracing-opentracing-go., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 18/47] gnu: Add go-github-com-riobard-go-bloom., Raghav Gururajan, 2021/06/08
- [bug#48729] [PATCH v3 20/47] gnu: Add go-github-com-kataras-pio., Raghav Gururajan, 2021/06/08