gnu: go-github-com-onsi-gomega: Update to 1.33.1.
* gnu/packages/golang-check.scm (go-github-com-onsi-gomega): Update to 1.33.1. [arguments] <#:go>: Swap to go-1.21. [propagated-inputs]: Remove go-gopkg-in-yaml-v2; add go-gopkg-in-yaml-v3. Change-Id: I910206fd44198550bdc7da1ebdaff3874d89f1edmaster
parent
003a65cafa
commit
fb8ddfc57f
|
@ -638,7 +638,7 @@ Gomega matcher library.")
|
||||||
(define-public go-github-com-onsi-gomega
|
(define-public go-github-com-onsi-gomega
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-onsi-gomega")
|
(name "go-github-com-onsi-gomega")
|
||||||
(version "1.19.0")
|
(version "1.33.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -647,20 +647,22 @@ Gomega matcher library.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "092phwk97sk4sv0nbx5pfhqs6x3x1lnrjwyda1m6b6zwrfmq5c6i"))))
|
(base32 "1jygwi2lz3q7ri85dxdxf187l1hm7r3i0c843l47iakivmld31x1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/onsi/gomega"
|
(list
|
||||||
;; Unless we disable the tests, we have a circular dependency on
|
;; Unless we disable the tests, we have a circular dependency on
|
||||||
;; ginkgo/v2.
|
;; ginkgo/v2.
|
||||||
#:tests? #f))
|
#:tests? #f
|
||||||
|
#:go go-1.21
|
||||||
|
#:import-path "github.com/onsi/gomega"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-golang-protobuf-proto
|
(list go-github-com-golang-protobuf-proto
|
||||||
go-golang-org-x-net
|
go-golang-org-x-net
|
||||||
go-golang-org-x-sys
|
go-golang-org-x-sys
|
||||||
go-golang-org-x-text
|
go-golang-org-x-text
|
||||||
go-google-golang-org-protobuf
|
go-google-golang-org-protobuf
|
||||||
go-gopkg-in-yaml-v2))
|
go-gopkg-in-yaml-v3))
|
||||||
(home-page "https://github.com/onsi/gomega")
|
(home-page "https://github.com/onsi/gomega")
|
||||||
(synopsis "Matcher library for Ginkgo")
|
(synopsis "Matcher library for Ginkgo")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue