aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-20 18:13:25 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-25 21:00:59 +0100
commitf4f60672199ec5b4d61a45683d8b6bc7775a2054 (patch)
treeee0670eeb52db3728b455cc44da86532db67cb2b /gnu/packages
parent6f80521c7edd0d5f306408c9373b6dad7de0fe8e (diff)
downloadguix-f4f60672199ec5b4d61a45683d8b6bc7775a2054.tar
guix-f4f60672199ec5b4d61a45683d8b6bc7775a2054.tar.gz
gnu: go-github-com-onsi-ginkgo-v2: Update to 2.19.0.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo-v2): Update to 2.19.0. Change-Id: Ib1f8a70d5792ff174c49a33752eb187e3a1d0b55
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 05c37102f2..dc7288bed9 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -682,7 +682,7 @@ Gomega matcher library.")
(package
(inherit go-github-com-onsi-ginkgo)
(name "go-github-com-onsi-ginkgo-v2")
- (version "2.18.0")
+ (version "2.19.0")
(source
(origin
(method git-fetch)
@@ -691,7 +691,7 @@ Gomega matcher library.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w5dldjjcz2kpyxml4zd9yah7galfpmhcpc2l4zc5pr3skpwpibv"))))
+ (base32 "0dwnkcysb5d9dyg8p84hhx5a3sj85g3bwgki1pgay4i8glz7xa7q"))))
(arguments
(list
#:import-path "github.com/onsi/ginkgo/v2"))