mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-aws-smithy-go-aws-http-auth.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go-aws-http-auth): New variable. Change-Id: Ic899df5818dabedfd4e7c028a2c6cdd110a10e16
This commit is contained in:
parent
85892f5a89
commit
7e8d584237
1 changed files with 27 additions and 0 deletions
|
@ -654,6 +654,33 @@ credentials sources.")
|
||||||
"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-smithy-go-aws-http-auth
|
||||||
|
(package
|
||||||
|
(name "go-github-com-aws-smithy-go-aws-http-auth")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/aws/smithy-go")
|
||||||
|
(commit (go-version->git-ref version
|
||||||
|
#:subdir "aws-http-auth"))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1iy9rlcj6qwy58rrddbvqy38lzw9d7y1i2d3mvf3f3z4i6rkwvd4"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:skip-build? #t
|
||||||
|
#:import-path "github.com/aws/smithy-go/aws-http-auth"
|
||||||
|
#:unpack-path "github.com/aws/smithy-go"))
|
||||||
|
(home-page "https://github.com/aws/smithy-go")
|
||||||
|
(synopsis "Consumable SigV4 and SigV4a request signing")
|
||||||
|
(description
|
||||||
|
"This package implements generically consumable SigV4 and SigV4a request
|
||||||
|
signing.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-aymerick-douceur
|
(define-public go-github-com-aymerick-douceur
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-aymerick-douceur")
|
(name "go-github-com-aymerick-douceur")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue