[PATCH] gnu: go-ipfs: Update to 0.4.23

  • Done
  • quality assurance status badge
Details
2 participants
  • Jack Hill
  • Leo Famulari
Owner
unassigned
Submitted by
Jack Hill
Severity
normal
Merged with
J
J
Jack Hill wrote on 14 Feb 2020 20:19
(address . guix-patches@gnu.org)(name . Jack Hill)(address . jackhill@jackhill.us)
20200214191932.11242-1-jackhill@jackhill.us
gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23
---
gnu/packages/ipfs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 49612425fb..9fa3f144de 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -212,7 +212,7 @@ written in Go.")
(define-public go-ipfs
(package
(name "go-ipfs")
- (version "0.4.22")
+ (version "0.4.23")
(source
(origin
(method url-fetch/tarbomb)
@@ -220,7 +220,7 @@ written in Go.")
"https://dist.ipfs.io/go-ipfs/v" version
"/go-ipfs-source.tar.gz"))
(sha256
- (base32 "1gyz9yqb4y7p6vdjbcm66nvm6gjs4mdrjygdn79z3misv1pb5nkg"))
+ (base32 "191ir4h6c76xcnbwx9fj8j2lzzqyp10inmqd8sa393b5y0jmhi5a"))
(file-name (string-append name "-" version "-source"))))
(build-system go-build-system)
(arguments
--
2.25.0
J
J
Jack Hill wrote on 14 Feb 2020 20:24
Re: bug#39603: go-ipfs 0.4.22 fails to build
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
alpine.DEB.2.20.2002141420080.11123@marsh.hcoop.net
Hi,

It appears that go-ipfs 0.4.22 is not compatible with the recent upgrade
to go 1.13. Fortunately, upstream has made a maintainance release that
includes the support for go 1.13:

I've submitted a patch to update go-ipfs in

Best,
Jack
J
J
Jack Hill wrote on 14 Feb 2020 20:25
(no subject)
(address . control@debbugs.gnu.org)
alpine.DEB.2.20.2002141425080.11123@marsh.hcoop.net
reassign 39605 guix
merge 39605 39603
L
L
Leo Famulari wrote on 14 Feb 2020 22:48
Re: [bug#39605] [PATCH] gnu: go-ipfs: Update to 0.4.23
(name . Jack Hill)(address . jackhill@jackhill.us)(address . 39605-done@debbugs.gnu.org)
20200214214820.GA18924@jasmine.lan
On Fri, Feb 14, 2020 at 02:19:32PM -0500, Jack Hill wrote:
Toggle quote (2 lines)
> gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23

Thanks! Pushed as cc0cc9651a398822931e0b34714f64da6e04d0fa
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39605@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39605
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch