From f57e001017bd1689c8dbbeaf46cfe89736fdd868 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 13:13:22 +0100 Subject: [PATCH] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 5efbd9c..5e4fd81 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -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)))