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
This commit is contained in:
Sharlatan Hellseher 2025-06-08 22:37:18 +01:00
parent c49080698a
commit 19606b2e38
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1789,7 +1789,7 @@ Gomega matcher library.")
(package (package
(inherit go-github-com-onsi-ginkgo) (inherit go-github-com-onsi-ginkgo)
(name "go-github-com-onsi-ginkgo-v2") (name "go-github-com-onsi-ginkgo-v2")
(version "2.22.0") (version "2.23.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1798,9 +1798,10 @@ 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 "1mla4hr73ykbhl2mr40vzr4fjl97whr17ip907cac78fzch1csn8")))) (base32 "01rmm0lx29bwl973qixx6avwa8m6yc1vkara52cbl0jxxwf1jf3d"))))
(arguments (arguments
(list (list
#:go go-1.23
#:import-path "github.com/onsi/ginkgo/v2" #:import-path "github.com/onsi/ginkgo/v2"
#:test-subdirs #:test-subdirs
;; XXX: Most of the tests hang, find out why, keeping bare minimal ;; XXX: Most of the tests hang, find out why, keeping bare minimal