mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
f4b43c2c31
commit
29d7df9a64
1 changed files with 21 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue