mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-aws-aws-sdk-go-v2.
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go-v2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
375ceda968
commit
cd02b71f21
1 changed files with 25 additions and 0 deletions
|
@ -11280,6 +11280,31 @@ encrypting JSON Web Tokens (JWT). It relies only on the standard library.")
|
||||||
"Package smithy provides the core components for a Smithy SDK.")
|
"Package smithy provides the core components for a Smithy SDK.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-aws-aws-sdk-go-v2
|
||||||
|
(package
|
||||||
|
(name "go-github-com-aws-aws-sdk-go-v2")
|
||||||
|
(version "1.17.3")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/aws/aws-sdk-go-v2")
|
||||||
|
(commit "v1.17.3")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1a07xab1cn96iff7zvp5a82fzhqwl0i4bhplkm2h1qbkxgldn6x0"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/aws/aws-sdk-go-v2"))
|
||||||
|
(propagated-inputs (list go-github-com-jmespath-go-jmespath
|
||||||
|
go-github-com-google-go-cmp-cmp
|
||||||
|
go-github-com-aws-smithy-go))
|
||||||
|
(home-page "https://github.com/aws/aws-sdk-go-v2")
|
||||||
|
(synopsis "AWS SDK for Go v2")
|
||||||
|
(description
|
||||||
|
"Package sdk is the official AWS SDK v2 for the Go programming language.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public aws-vault
|
(define-public aws-vault
|
||||||
(package
|
(package
|
||||||
(name "aws-vault")
|
(name "aws-vault")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue