mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
7e56ba8693
commit
17165542b8
1 changed files with 23 additions and 0 deletions
|
@ -2718,3 +2718,26 @@ you.")
|
|||
"Package rgbterm colorizes bytes and strings using RGB colors, for a full range
|
||||
of pretty terminal strings.")
|
||||
(license license:expat)))
|
||||
(define-public go-github-com-aws-aws-sdk-go-1.20.6
|
||||
(package
|
||||
(name "go-github-com-aws-aws-sdk-go")
|
||||
(version "1.20.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/aws/aws-sdk-go")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "016vy5s9finyfgh08j7rvn2pnwymdgj2ydr59w57pysnri87mdwx"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/aws/aws-sdk-go"))
|
||||
(propagated-inputs
|
||||
`(("go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af"
|
||||
,go-github-com-jmespath-go-jmespath-0.0.0-20180206201540-c2b33e8439af)))
|
||||
(home-page "https://github.com/aws/aws-sdk-go")
|
||||
(synopsis "AWS SDK for Go")
|
||||
(description
|
||||
"Package sdk is the official AWS SDK for the Go programming language.")
|
||||
(license license:asl2.0)))
|
||||
|
|
Loading…
Add table
Reference in a new issue