adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 14:33:06 +01:00
parent 7e56ba8693
commit 17165542b8
GPG key ID: 38751DAE145EFB5A

View file

@ -2718,3 +2718,26 @@ you.")
"Package rgbterm colorizes bytes and strings using RGB colors, for a full range "Package rgbterm colorizes bytes and strings using RGB colors, for a full range
of pretty terminal strings.") of pretty terminal strings.")
(license license:expat))) (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)))