From 1cddb6bbeaa7403d1e1107f11de29ba86ac86934 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 12:59:19 +0100 Subject: [PATCH] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 7d19885..b5bc91f 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -2385,3 +2385,23 @@ transformations, and locale-specific text handling.") "Package kinesis implements a batch producer built on top of the official AWS SDK.") (license license:expat))) +(define-public go-github-com-tj-go-elastic-0.0.0-20171221160941-36157cbbebc2 + (package + (name "go-github-com-tj-go-elastic") + (version "0.0.0-20171221160941-36157cbbebc2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/tj/go-elastic") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1r94vc4hbfvqvjz74n4mvsw4dy3vbyzlivb90kyn8vn76a4wqk69")))) + (build-system go-build-system) + (arguments '(#:import-path "github.com/tj/go-elastic")) + (home-page "https://github.com/tj/go-elastic") + (synopsis "go-elastic") + (description + "Package elastic provides an Elasticsearch client with AWS sigv4 support.") + (license license:expat)))