gnu: go-github-com-aws-smithy-go: Update to 1.21.0.

* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Update to 1.21.0.

Change-Id: Ife3e9685cf4628694538061685ad958f40c3cd14
This commit is contained in:
Sharlatan Hellseher 2024-09-19 20:20:30 +01:00
parent 9ff0a39943
commit fdb5a366b3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -508,16 +508,16 @@ credentials sources.")
(define-public go-github-com-aws-smithy-go
(package
(name "go-github-com-aws-smithy-go")
(version "1.13.5")
(version "1.21.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aws/smithy-go")
(commit "v1.13.5")))
(commit "v1.21.0")))
(file-name (git-file-name name version))
(sha256
(base32 "1rgyk0m2d3agknnlzjqvac1a61wwdq1pbck7vyl587m38n5zi2cz"))))
(base32 "1pcq9d154l41c4k23q6ri51ba5i2kc8ihrv4sgkv4q59cw70rspi"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/aws/smithy-go"))