adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 13:13:22 +01:00
parent de69af3402
commit f57e001017
GPG key ID: 38751DAE145EFB5A

View file

@ -2482,3 +2482,25 @@ test execution when a test fails.")
writing tests in an xUnit style. See the README file and the examples folder
for examples.")
(license license:expat)))
(define-public go-github-com-smartystreets-go-aws-auth-0.0.0-20180515143844-0c1422d1fdb9
(package
(name "go-github-com-smartystreets-go-aws-auth")
(version "0.0.0-20180515143844-0c1422d1fdb9")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/smarty-archives/go-aws-auth")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0krfdpgn3gfii1z9fi8ydfw0wwfqyvp6w3rji7w92m528zkjl93d"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/smartystreets/go-aws-auth"))
(home-page "https://github.com/smartystreets/go-aws-auth")
(synopsis "go-aws-auth")
(description
"Package awsauth implements AWS request signing using Signed Signature Version 2,
Signed Signature Version 3, and Signed Signature Version 4. Supports S3 and
STS.")
(license license:expat)))