guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit c24d0e9a9939383f6b27fb318584b9881e4ad970
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 2e64a4a5a9..f82a305419 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1011,7 +1011,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)
@@ -1020,7 +1020,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

Reply via email to