gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.32.0.

* gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go-v2): Update to 1.32.0.
[source] <snippet>: Delete service/sqs submodule.

Change-Id: I094233d1a84b63f221ccf191e1f9be4a66bd2f2e
This commit is contained in:
Sharlatan Hellseher 2025-01-11 22:04:05 +00:00
parent e0838463c2
commit ad1489120d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -515,7 +515,7 @@ (define-public go-github-com-aws-aws-sdk-go
(define-public go-github-com-aws-aws-sdk-go-v2
(package
(name "go-github-com-aws-aws-sdk-go-v2")
(version "1.30.5")
(version "1.32.0")
(source
(origin
(method git-fetch)
@ -524,13 +524,21 @@ (define-public go-github-com-aws-aws-sdk-go-v2
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1mxm3j8xwlzjqhdw515kwzzhnfr325s08ry73chjbdw6qb940lb1"))))
(base32 "1iflf2ski7vm2z78wdmbrqpchc3qr50macnf965wmdyfinvx58wn"))
;; XXX: It contains a lot of sub packages defined with go.mod, consider
;; to pack them separately.
(modules '((guix build utils)))
(snippet
#~(begin
;; Submodules with their own go.mod files and packaged separately:
;;
;; - github.com/aws/aws-sdk-go-v2/service/sqs
(for-each delete-file-recursively
(list "service/sqs"))))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/aws/aws-sdk-go-v2"
;; XXX: It contains a lot of sub packages defined with go.mod, consider
;; to pack them separately.
#:test-subdirs #~(list ".")))
(propagated-inputs
(list go-github-com-jmespath-go-jmespath