guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit f07651f812167f78d151b6ee41f8e0ca6b8eb8ec
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 22:13:15 2026 +0000
gnu: go-github-com-onsi-ginkgo-v2: Update to 2.28.1.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): Update to
2.28.1.
[propagated-inputs]: Remove go-golang-org-x-net; add
go-github-com-gkampitakis-go-snaps,
go-github-com-joshdk-go-junit, go-github-com-masterminds-semver-v3,
and go-github-com-mfridman-tparse.
(go-github-com-onsi-ginkgo-v2-bootstrap)[propagated-inputs]:
Add go-github-com-masterminds-semver-v3 and go-golang-org-x-tools.
Change-Id: Iad1e204e27fb6e93a8f3cf242af4081b88d1f1ae
---
gnu/packages/golang-check.scm | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index afc163a53c..647728b3e5 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -2270,16 +2270,16 @@ Gomega matcher library.")
(package
(inherit go-github-com-onsi-ginkgo)
(name "go-github-com-onsi-ginkgo-v2")
- (version "2.23.4")
+ (version "2.28.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/onsi/ginkgo")
- (commit (string-append "v" version))))
+ (url "https://github.com/onsi/ginkgo")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "01rmm0lx29bwl973qixx6avwa8m6yc1vkara52cbl0jxxwf1jf3d"))))
+ (base32 "0jykcpa5znvzhgyc1fdjgzc57xyfwrbxwc06k27rcljigqvxkswr"))))
(arguments
(list
#:import-path "github.com/onsi/ginkgo/v2"
@@ -2291,11 +2291,14 @@ Gomega matcher library.")
(native-inputs
(list go-go-uber-org-automaxprocs)) ; for the CLI
(propagated-inputs
- (list go-github-com-go-logr-logr
+ (list go-github-com-gkampitakis-go-snaps
+ go-github-com-go-logr-logr
go-github-com-go-task-slim-sprig-v3
go-github-com-google-pprof
+ go-github-com-joshdk-go-junit
+ go-github-com-masterminds-semver-v3
+ go-github-com-mfridman-tparse
go-github-com-onsi-gomega
- go-golang-org-x-net
go-golang-org-x-sys
go-golang-org-x-tools))))
@@ -2310,7 +2313,9 @@ Gomega matcher library.")
#~(modify-phases %standard-phases (delete 'build))))
(native-inputs '())
(propagated-inputs
- (list go-github-com-go-logr-logr)))))
+ (list go-github-com-go-logr-logr
+ go-github-com-masterminds-semver-v3
+ go-golang-org-x-tools)))))
(define-public go-github-com-onsi-gomega
(package