guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 93341277b1d2e00a1535d861f619c1d345deaf4a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 15 16:56:22 2026 +0000
gnu: go-github-com-aws-aws-sdk-go-v2-service-s3: Update to 1.96.0.
* gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go-v2-service-s3):
Update to 1.96.0.
Change-Id: I34d7d773860ec6d9757f70b99bec936718262eb0
---
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 4d8c8c9c4a..1a0204a0ca 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1681,7 +1681,7 @@ S3 concurrently. Helpful for when working with large
objects.")
(define-public go-github-com-aws-aws-sdk-go-v2-service-s3
(package
(name "go-github-com-aws-aws-sdk-go-v2-service-s3")
- (version "1.80.2")
+ (version "1.96.0")
(source
(origin
(method git-fetch)
@@ -1691,7 +1691,7 @@ S3 concurrently. Helpful for when working with large
objects.")
#:subdir "service/s3"))))
(file-name (git-file-name name version))
(sha256
- (base32 "07g7vgpkq8cqirc2s64d9yswnpzdb7jzqr5kwrpblya2nq27inml"))))
+ (base32 "01zc9wccmx2kf2n88rv4wgxv59nai5w0qc6csyzpdw8ahvwk0bmh"))))
(build-system go-build-system)
(arguments
(list