guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit ecfa280ddcccbe12636f141f8583aa1aec70c3dd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jun 13 11:48:51 2025 +0100
gnu: go-github-com-aws-smithy-go: Update to 1.22.2.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Update to
1.22.2.
Change-Id: I23821b2cc9d71f5c1ff396a4c0cce376e51e0cce
---
gnu/packages/golang-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ef3b2f59d8..eb6367d17d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1120,7 +1120,7 @@ Amazon Simple Queue Service.")
(define-public go-github-com-aws-smithy-go
(package
(name "go-github-com-aws-smithy-go")
- (version "1.22.1")
+ (version "1.22.2")
(source
(origin
(method git-fetch)
@@ -1129,7 +1129,7 @@ Amazon Simple Queue Service.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "16jbv7cyj85048f4kcrib8k2yif165sc099h0aklal5dwlf85xcg"))
+ (base32 "1jm5d8ampysimhnm3ginfv0fh8cmp4f2fghisk5lk0zsc0anahrm"))
(modules '((guix build utils)))
(snippet
#~(begin