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:
Sharlatan Hellseher 2024-12-30 12:56:33 +00:00
parent 85892f5a89
commit 7e8d584237
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -654,6 +654,33 @@ credentials sources.")
"Package smithy provides the core components for a Smithy SDK.")
(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
(package
(name "go-github-com-aymerick-douceur")