gnu: gx, go-github-com-whyrusleeping-gx-util: Update to 0.14.1.
* gnu/packages/ipfs.scm (gx, go-github-com-whyrusleeping-gx-util): Update to 0.14.1.
This commit is contained in:
parent
a702285275
commit
8c35a6dd20
1 changed files with 48 additions and 50 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
|
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
|
||||||
|
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -101,22 +102,19 @@ that are shared between @command{go-ipfs/commands} and its rewrite
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public gx
|
(define-public gx
|
||||||
(let ((commit
|
|
||||||
"89338e509426d2895f20086685cf4c77d64cc5df")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "gx")
|
(name "gx")
|
||||||
(version (git-version "0.14.0" revision commit))
|
(version "0.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/whyrusleeping/gx.git")
|
(url "https://github.com/whyrusleeping/gx.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08gh04jln8rxpq0j4fm4chjap162wp8cjwj9szbvj9c7123s42rd"))))
|
"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"))
|
||||||
|
@ -152,7 +150,7 @@ that are shared between @command{go-ipfs/commands} and its rewrite
|
||||||
(description "@command{gx} is a packaging tool built around the
|
(description "@command{gx} is a packaging tool built around the
|
||||||
distributed, content addressed filesystem IPFS. It aims to be flexible,
|
distributed, content addressed filesystem IPFS. It aims to be flexible,
|
||||||
powerful and simple.")
|
powerful and simple.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-whyrusleeping-gx-util
|
(define-public go-github-com-whyrusleeping-gx-util
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue