mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9ff0a39943
commit
fdb5a366b3
1 changed files with 3 additions and 3 deletions
|
@ -508,16 +508,16 @@ credentials sources.")
|
||||||
(define-public go-github-com-aws-smithy-go
|
(define-public go-github-com-aws-smithy-go
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-aws-smithy-go")
|
(name "go-github-com-aws-smithy-go")
|
||||||
(version "1.13.5")
|
(version "1.21.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/aws/smithy-go")
|
(url "https://github.com/aws/smithy-go")
|
||||||
(commit "v1.13.5")))
|
(commit "v1.21.0")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1rgyk0m2d3agknnlzjqvac1a61wwdq1pbck7vyl587m38n5zi2cz"))))
|
(base32 "1pcq9d154l41c4k23q6ri51ba5i2kc8ihrv4sgkv4q59cw70rspi"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/aws/smithy-go"))
|
'(#:import-path "github.com/aws/smithy-go"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue