sharlatan pushed a commit to branch go-team
in repository guix.

commit f4f60672199ec5b4d61a45683d8b6bc7775a2054
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jul 20 18:13:25 2024 +0100

    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
---
 gnu/packages/golang-check.scm | 4 ++--
 1 file 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"))

Reply via email to