mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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
This commit is contained in:
parent
6f80521c7e
commit
f4f6067219
1 changed files with 2 additions and 2 deletions
|
@ -682,7 +682,7 @@ (define-public go-github-com-onsi-ginkgo-v2
|
|||
(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 @@ (define-public go-github-com-onsi-ginkgo-v2
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue