mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gx: Update to 0.14.2.
* gnu/packages/ipfs.scm (gx): Update to 0.14.2.
This commit is contained in:
parent
58ec1e4bb8
commit
3190e967c6
1 changed files with 2 additions and 3 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue