diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-20 18:19:30 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-25 21:00:59 +0100 |
commit | 4731149db44ceb917bc34f6bc48197aa43251807 (patch) | |
tree | 89341e0384376dc1c5fa33ce7f2caa2f243ed213 /gnu/packages/golang-check.scm | |
parent | e69fe095d0bb0a828208ed7aa1c2c0040ae5f66e (diff) | |
download | guix-4731149db44ceb917bc34f6bc48197aa43251807.tar.gz guix-4731149db44ceb917bc34f6bc48197aa43251807.zip |
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 4 |
1 files 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 |