adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 12:59:19 +01:00
parent 29d7df9a64
commit 1cddb6bbea
GPG key ID: 38751DAE145EFB5A

View file

@ -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)))