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
de69af3402
commit
f57e001017
1 changed files with 22 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue