mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
abb93e3ea4
commit
c49080698a
1 changed files with 3 additions and 2 deletions
|
@ -1831,7 +1831,7 @@ Gomega matcher library.")
|
||||||
(define-public go-github-com-onsi-gomega
|
(define-public go-github-com-onsi-gomega
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-onsi-gomega")
|
(name "go-github-com-onsi-gomega")
|
||||||
(version "1.33.1")
|
(version "1.37.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1840,10 +1840,11 @@ 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 "1jygwi2lz3q7ri85dxdxf187l1hm7r3i0c843l47iakivmld31x1"))))
|
(base32 "1nkkr1kw3bbz0mmxqyxafa9h951plv7nd570lc0wrr7skmicbw9x"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.23
|
||||||
#:import-path "github.com/onsi/gomega"
|
#:import-path "github.com/onsi/gomega"
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue