aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 23:56:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-11 00:13:56 +0100
commitd64d8abb5bb50b5da5961301012f4ae8ec66b736 (patch)
tree6e9cc80d5039809e79980515adafa30914da8c35 /gnu
parent9d9da65f153d5a9809a13dfe113391ba5c7c3fec (diff)
downloadguix-d64d8abb5bb50b5da5961301012f4ae8ec66b736.tar.gz
guix-d64d8abb5bb50b5da5961301012f4ae8ec66b736.zip
gnu: gx: Update to 0.14.3.
* gnu/packages/ipfs.scm (gx): Update to 0.14.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ipfs.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 9fa3f144de..7ef7108c1f 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -104,7 +104,7 @@ that are shared between @command{go-ipfs/commands} and its rewrite
(define-public gx
(package
(name "gx")
- (version "0.14.2")
+ (version "0.14.3")
(source
(origin
(method git-fetch)
@@ -113,7 +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 "048bx6khzcwxnvz3lf7kgp6fkg8mxqcqchxh0jxm9fg2iwizsi0k"))))
+ (base32 "1sk20kv3rfsnizgwmcmmr69jb1b2iwzqh9wwwd6wg6x0pnqm8swc"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/whyrusleeping/gx"))
>Marius Bakke 2019-01-31Merge branch 'master' into stagingMarius Bakke 2019-01-29gnu: icecat: Update to 60.5.0-guix1 [security-fixes]....Mark H Weaver 2019-01-29gnu: icecat: Add icecat-source....Mark H Weaver 2019-01-20Merge branch 'master' into stagingLudovic Courtès 2019-01-18gnu: Add mozjs-60....Ricardo Wurmus 2019-01-18gnu: mozjs-52: Add configure flag to prevent crash....Ricardo Wurmus 2019-01-16gnu: Move sqlite to separate module....Ricardo Wurmus 2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus 2018-12-23Merge branch 'master' into stagingMarius Bakke 2018-12-23gnu: Remove conkeror....Ludovic Courtès 2018-12-22Merge branch 'master' into stagingMarius Bakke 2018-12-13gnu: icecat: Remove extraneous newlines....Mark H Weaver 2018-12-12Merge branch 'master' into stagingMarius Bakke 2018-12-12gnu: nss, nss-certs: Update to 3.41....Marius Bakke 2018-12-11gnu: icecat: Add fixes from upstream mozilla-esr60 [security-fixes]....Mark H Weaver 2018-12-11gnu: icecat: Relabel patches to reflect CVE assignments....Mark H Weaver 2018-12-11gnu: icecat: Enable Stylo CSS engine....Mark H Weaver 2018-12-08gnu: nss, nss-certs: Update to 3.40.1....Marius Bakke 2018-11-17gnu: nss: Make tests deterministic....Ludovic Courtès 2018-11-10gnu: icecat: Add more fixes from mozilla-esr60....Mark H Weaver 2018-11-10gnu: icecat: Update to 60.3.0-gnu1....Mark H Weaver 2018-10-23gnu: icecat: Add fixes from mozilla-esr60 [security fixes]....Mark H Weaver 2018-10-14gnu: icecat: Build with rust-1.24....Efraim Flashner 2018-10-04gnu: icecat: Add fixes from mozilla-esr60 [security fixes]....Mark H Weaver 2018-09-25gnu: icecat: Rebundle NSPR and NSS [security fix]....Mark H Weaver 2018-09-25gnu: icecat: Unbundle libevent, libogg, and libvorbis....Mark H Weaver 2018-09-25gnu: icecat: Unbundle graphite2 and harfbuzz....Mark H Weaver 2018-09-22gnu: icecat: Add fixes from upstream mozilla-esr60 [security fixes]....Mark H Weaver 2018-09-21gnu: icecat: Update to 60.2.0-gnu1 (pre-release)....Mark H Weaver