guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit e672b85b5bf186d63056277f83248deebc4dd470
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 829bbe9aa2..42ddc726ef 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1580,7 +1580,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)
@@ -1589,9 +1589,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

Reply via email to