adding apptainer 1.0.1

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

View file

@ -2364,3 +2364,24 @@ transformations, and locale-specific text handling.")
(synopsis #f)
(description #f)
(license #f)))
(define-public go-github-com-tj-go-kinesis-0.0.0-20171128231115-08b17f58cb1b
(package
(name "go-github-com-tj-go-kinesis")
(version "0.0.0-20171128231115-08b17f58cb1b")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tj/go-kinesis")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "108c6p5j6rhhc2cnc2v5368yfsw73y6lzlvz02vpvvjph8rhmld4"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/tj/go-kinesis"))
(home-page "https://github.com/tj/go-kinesis")
(synopsis "go-kinesis")
(description
"Package kinesis implements a batch producer built on top of the official AWS
SDK.")
(license license:expat)))