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

commit 86f9f0322559544c6874e02c06a329fe7fa7940c
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jun 8 22:34:05 2025 +0100

    gnu: go-github-com-onsi-gomega: Update to 1.37.0.
    
    * gnu/packages/golang-check.scm (go-github-com-onsi-gomega): Update to 
1.37.0.
    [arguments] <go>: Use go-1.23.
    
    Change-Id: I60aa288b821be247b603ae32474884e4a6e1c982
---
 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 51f49c94ec..a46fe8c50b 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1803,7 +1803,7 @@ Gomega matcher library.")
 (define-public go-github-com-onsi-gomega
   (package
     (name "go-github-com-onsi-gomega")
-    (version "1.33.1")
+    (version "1.37.0")
     (source
      (origin
        (method git-fetch)
@@ -1812,10 +1812,11 @@ Gomega matcher library.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jygwi2lz3q7ri85dxdxf187l1hm7r3i0c843l47iakivmld31x1"))))
+        (base32 "1nkkr1kw3bbz0mmxqyxafa9h951plv7nd570lc0wrr7skmicbw9x"))))
     (build-system go-build-system)
     (arguments
      (list
+      #:go go-1.23
       #:import-path "github.com/onsi/gomega"
       #:phases
       #~(modify-phases %standard-phases

Reply via email to