diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-04 01:55:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-12 03:02:30 +0100 |
commit | 3190e967c6c06fbbb24836c045691c496eea739b (patch) | |
tree | 7a8a7764db9b30e271257214d245621be3ae7eed /gnu/packages/ipfs.scm | |
parent | 58ec1e4bb8a3539975a0d9a0ccc953101e0f9af3 (diff) | |
download | patches-3190e967c6c06fbbb24836c045691c496eea739b.tar patches-3190e967c6c06fbbb24836c045691c496eea739b.tar.gz |
gnu: gx: Update to 0.14.2.
* gnu/packages/ipfs.scm (gx): Update to 0.14.2.
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r-- | gnu/packages/ipfs.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 39c22262c1..49612425fb 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -104,7 +104,7 @@ that are shared between @command{go-ipfs/commands} and its rewrite (define-public gx (package (name "gx") - (version "0.14.1") + (version "0.14.2") (source (origin (method git-fetch) @@ -113,8 +113,7 @@ that are shared between @command{go-ipfs/commands} and its rewrite (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0pfx2p59xdbmqzfbgaf8xvlnzh8m05hkg596glq5kvl8ib65i4ha")))) + (base32 "048bx6khzcwxnvz3lf7kgp6fkg8mxqcqchxh0jxm9fg2iwizsi0k")))) (build-system go-build-system) (arguments '(#:import-path "github.com/whyrusleeping/gx")) |