guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d4626a28e714feb96607413974455b95019f5352
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 15 16:56:23 2026 +0000

    gnu: go-github-com-aws-smithy-go: Update to 1.24.0.
    
    * gnu/packages/golang-web.scm (go-github-com-aws-smithy-go): Update to 
1.24.0.
    
    Change-Id: Ib48f7872dc59e15401a3734b13dc933293663219
---
 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 c1dec578af..d48c2d915f 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1785,7 +1785,7 @@ Amazon Simple Queue Service.")
 (define-public go-github-com-aws-smithy-go
   (package
     (name "go-github-com-aws-smithy-go")
-    (version "1.22.2")
+    (version "1.24.0")
     (source
      (origin
        (method git-fetch)
@@ -1794,7 +1794,7 @@ Amazon Simple Queue Service.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jm5d8ampysimhnm3ginfv0fh8cmp4f2fghisk5lk0zsc0anahrm"))
+        (base32 "1agg4krriqxrb6wf20a6rcgvxkiyaxbba2bmilpps97k3bcwrdld"))
        (modules '((guix build utils)))
        (snippet
         #~(begin

Reply via email to