mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
This commit is contained in:
parent
e69fe095d0
commit
4731149db4
1 changed files with 2 additions and 2 deletions
|
@ -1036,7 +1036,7 @@ (define-public go-github.com-smartystreets-gunit
|
||||||
(define-public go-go-etcd-io-gofail
|
(define-public go-go-etcd-io-gofail
|
||||||
(package
|
(package
|
||||||
(name "go-go-etcd-io-gofail")
|
(name "go-go-etcd-io-gofail")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1045,7 +1045,7 @@ (define-public go-go-etcd-io-gofail
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jh0qjgfb2irshwj7an3lj0w9bv6c5gbnkdhisgpdr7x7hk682m1"))))
|
(base32 "0wxjaq1v5w0wjyv84af5cazrmv369i1416ar0dx8r9ag1szcfvpc"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue