diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-13 22:13:15 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:40 +0100 |
| commit | a6ea96ab3e85afb4896eefaeba49c74c80abbdd0 (patch) | |
| tree | ed2651593cf7a4d7975851b3c958b6fcbcc9847c /gnu | |
| parent | 7cd4285e5f7d650164bc67285721ee82008896f1 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-check.scm | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index bb824e93e8..58b2f7c2ad 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2242,16 +2242,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" @@ -2263,11 +2263,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)))) @@ -2282,7 +2285,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 |
