guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 8dea7a0f7825797da7fd224dee2a3c2980204378
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 8 22:37:18 2025 +0100
gnu: go-github-com-onsi-ginkgo-v2: Update to 2.23.4.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): Update to
2.23.4.
[arguments] <go>: Use go-1.23.
Change-Id: Icc65bf2883779f7ccc4c22121e6052cbcdd16e74
---
gnu/packages/golang-check.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index acb2d86cfa..5885406355 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1789,7 +1789,7 @@ Gomega matcher library.")
(package
(inherit go-github-com-onsi-ginkgo)
(name "go-github-com-onsi-ginkgo-v2")
- (version "2.22.0")
+ (version "2.23.4")
(source
(origin
(method git-fetch)
@@ -1798,9 +1798,10 @@ Gomega matcher library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mla4hr73ykbhl2mr40vzr4fjl97whr17ip907cac78fzch1csn8"))))
+ (base32 "01rmm0lx29bwl973qixx6avwa8m6yc1vkara52cbl0jxxwf1jf3d"))))
(arguments
(list
+ #:go go-1.23
#:import-path "github.com/onsi/ginkgo/v2"
#:test-subdirs
;; XXX: Most of the tests hang, find out why, keeping bare minimal