me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-aws-smithy-go.

* gnu/packages/golang.scm (go-github-com-aws-smithy-go): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Nicolas Graves 2023-04-22 18:13:43 +02:00 committed by Leo Famulari
parent 0dd974d24b
commit 375ceda968
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 24 additions and 0 deletions

View File

@ -11256,6 +11256,30 @@ encrypting JSON Web Tokens (JWT). It relies only on the standard library.")
(home-page "https://github.com/dvsekhvalnov/jose2go")
(license license:expat)))
(define-public go-github-com-aws-smithy-go
(package
(name "go-github-com-aws-smithy-go")
(version "1.13.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aws/smithy-go")
(commit "v1.13.5")))
(file-name (git-file-name name version))
(sha256
(base32
"1rgyk0m2d3agknnlzjqvac1a61wwdq1pbck7vyl587m38n5zi2cz"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/aws/smithy-go"))
(propagated-inputs
(list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp-cmp))
(home-page "https://github.com/aws/smithy-go")
(synopsis "Smithy code generators for Go")
(description
"Package smithy provides the core components for a Smithy SDK.")
(license license:asl2.0)))
(define-public aws-vault
(package
(name "aws-vault")