summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-13 11:48:51 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-26 19:55:47 +0200
commitaa418c33fe05b5132da5f3edd9a0422d0d22f8f2 (patch)
tree3621602b1e262be82818b50f05a67c7a84d1e0fb /gnu/packages/golang-web.scm
parent8e1ebdb17daaa9e01dbc81f35f297d65aa686667 (diff)
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
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r--gnu/packages/golang-web.scm4
1 files 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