mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c49080698a
commit
19606b2e38
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue