[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: go-ipfs: Update to 0.5.1.
From: |
guix-commits |
Subject: |
09/09: gnu: go-ipfs: Update to 0.5.1. |
Date: |
Thu, 18 Jun 2020 08:49:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 69288a849a4724b90dba8ae2482c39854cb719a2
Author: Martin Becze <mjbecze@riseup.net>
AuthorDate: Mon Jun 15 15:11:39 2020 -0500
gnu: go-ipfs: Update to 0.5.1.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/ipfs.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 7ef7108..15f174f 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019, 2020 Martin Becze <mjbecze@riseup.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -212,7 +213,7 @@ written in Go.")
(define-public go-ipfs
(package
(name "go-ipfs")
- (version "0.4.23")
+ (version "0.5.1")
(source
(origin
(method url-fetch/tarbomb)
@@ -220,7 +221,7 @@ written in Go.")
"https://dist.ipfs.io/go-ipfs/v" version
"/go-ipfs-source.tar.gz"))
(sha256
- (base32 "191ir4h6c76xcnbwx9fj8j2lzzqyp10inmqd8sa393b5y0jmhi5a"))
+ (base32 "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm"))
(file-name (string-append name "-" version "-source"))))
(build-system go-build-system)
(arguments
- branch master updated (e418c3d -> 69288a8), guix-commits, 2020/06/18
- 01/09: repl: Fix typo that would lead ~/.guile to be used when running scripts., guix-commits, 2020/06/18
- 03/09: database: 'register-items' takes an open database., guix-commits, 2020/06/18
- 04/09: nar: Avoid opening the database an additional time., guix-commits, 2020/06/18
- 05/09: nar: Use (guix i18n)., guix-commits, 2020/06/18
- 06/09: profiles: Reindent 'linux-module-database'., guix-commits, 2020/06/18
- 08/09: doc: Delete description of a nonexistent option., guix-commits, 2020/06/18
- 02/09: build-system/gnu: Fix 'install' phase of 'gnu-dist'., guix-commits, 2020/06/18
- 07/09: profiles: 'linux-module-database' hooks gracefully handles module-less kernels., guix-commits, 2020/06/18
- 09/09: gnu: go-ipfs: Update to 0.5.1.,
guix-commits <=