gnu: gx: Update to 0.14.2.

* gnu/packages/ipfs.scm (gx): Update to 0.14.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-04 01:55:26 +01:00
parent 58ec1e4bb8
commit 3190e967c6
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -104,7 +104,7 @@ (define-public go-github-com-ipfs-go-ipfs-api
(define-public gx (define-public gx
(package (package
(name "gx") (name "gx")
(version "0.14.1") (version "0.14.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -113,8 +113,7 @@ (define-public gx
(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 (base32 "048bx6khzcwxnvz3lf7kgp6fkg8mxqcqchxh0jxm9fg2iwizsi0k"))))
"0pfx2p59xdbmqzfbgaf8xvlnzh8m05hkg596glq5kvl8ib65i4ha"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/whyrusleeping/gx")) '(#:import-path "github.com/whyrusleeping/gx"))