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

commit 4731149db44ceb917bc34f6bc48197aa43251807
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sat Jul 20 18:19:30 2024 +0100

    gnu: go-go-etcd-io-gofail: Update to 0.2.0.
    
    * gnu/packages/golang-check.scm (go-go-etcd-io-gofail): Update to 0.2.0.
    
    Change-Id: I5114fd530216ece9a0462012226af2d83fc5fe83
---
 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 21019dcd27..b4e85349fb 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1036,7 +1036,7 @@ under test) much simpler.")
 (define-public go-go-etcd-io-gofail
   (package
     (name "go-go-etcd-io-gofail")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -1045,7 +1045,7 @@ under test) much simpler.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jh0qjgfb2irshwj7an3lj0w9bv6c5gbnkdhisgpdr7x7hk682m1"))))
+        (base32 "0wxjaq1v5w0wjyv84af5cazrmv369i1416ar0dx8r9ag1szcfvpc"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to