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:
Sharlatan Hellseher 2024-07-20 18:13:25 +01:00
parent 6f80521c7e
commit f4f6067219
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))