mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-aws-aws-sdk-go: Update to 1.55.7.
* gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go): Update to 1.55.7. Change-Id: I182b4800fbc7a247c24d429480530be18ab5cb0d
This commit is contained in:
parent
68c84aa159
commit
d54d397ee8
1 changed files with 3 additions and 17 deletions
|
@ -832,7 +832,7 @@ functions.")
|
|||
(define-public go-github-com-aws-aws-sdk-go
|
||||
(package
|
||||
(name "go-github-com-aws-aws-sdk-go")
|
||||
(version "1.55.2")
|
||||
(version "1.55.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -841,27 +841,13 @@ functions.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wsl1vcig3j9z6v2hppfr1bvrvbisck026fwq2a7yzmx36pwnj6a"))))
|
||||
(base32 "11lyc27wwpfly4hvvml8j3y16g010snd4qjc9ivlwdcafjpxly33"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/aws/aws-sdk-go"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-failing-tests
|
||||
(lambda* (#:key tests? import-path #:allow-other-keys)
|
||||
(with-directory-excursion (string-append "src/" import-path)
|
||||
(substitute* (find-files "." "\\_test.go$")
|
||||
(("TestProcessProviderTimeout")
|
||||
"OffTestProcessProviderTimeout")))))
|
||||
;; XXX: Workaround for go-build-system's lack of Go modules
|
||||
;; support.
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? import-path #:allow-other-keys)
|
||||
(when tests?
|
||||
(with-directory-excursion (string-append "src/" import-path)
|
||||
(invoke "go" "test" "-v" "./..."))))))))
|
||||
#:test-flags #~(list "-skip" "TestProcessProviderTimeout")))
|
||||
(propagated-inputs
|
||||
(list go-github-com-jmespath-go-jmespath))
|
||||
(home-page "https://github.com/aws/aws-sdk-go")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue