diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 22:37:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:44 +0100 |
| commit | 19606b2e3895f19740c17991b83bed6a0bf6aca4 (patch) | |
| tree | 8a558ab83f75a24a0e09e8cb22af23ac17b2c8b2 /gnu | |
| parent | c49080698a9b6152a70423008c3436bf4bbb8714 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-check.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index acb2d86cfa3..58854063552 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 |
