[PATCH] gnu: go-ipfs: Update to 0.5.1.

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Michael Rohleder
  • Martin Becze
Owner
unassigned
Submitted by
Martin Becze
Severity
normal
M
M
Martin Becze wrote on 15 Jun 2020 22:11
(address . guix-patches@gnu.org)(name . Martin Becze)(address . mjbecze@riseup.net)
20200615201140.24235-1-mjbecze@riseup.net
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
---
gnu/packages/ipfs.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 7ef7108c1f..15f174f8b6 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
--
2.26.2
M
M
Michael Rohleder wrote on 16 Jun 2020 01:07
(name . Martin Becze)(address . mjbecze@riseup.net)(address . 41880@debbugs.gnu.org)
87pna07wtn.fsf@rohleder.de
Martin Becze <mjbecze@riseup.net> writes:
Toggle quote (2 lines)
> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1

afaik, this version doesn't support http POST anymore.
Maybe this could break things in the ipfs branches?

--
<jwz> college is for pussies!
(from irc.mozilla.org)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl7n/xQACgkQfHr/vv7y
yyWg5ggAlj39+PJj1+mJKnpkFogScEURfb7IbQfhMzo8kokeeRg8kT/I6O7jVnQT
TTsiSnLcFEGih95hd1ajEVNz6aM765QicjkrGqLYNg5vMeHDqJ+ecTKoODwXR6i9
HvAJyr+aksXybIkS1F0tFs2hiIl8NutJIh5xJjutH3GIweZfIjtYpFc7u+A5KQqg
o+lK14geJGieQ2ahhIJmiYx4pBEjgzy/QGXjCf63ajKm1lTqEsdbYsu0kT3EwgsQ
9vP1exbmUaPyDgl3gQw6/E+tWBlJG3q39wprE51Yo6zdXiP+D6SK2GIe+EG3NtuB
kIymhesxrp7hC0KEqAxqW/192+14bg==
=NzRL
-----END PGP SIGNATURE-----

M
M
Martin Becze wrote on 16 Jun 2020 02:53
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 41880@debbugs.gnu.org)
a299e851-4082-e163-b2a9-e533e83116f4@riseup.net
Whats in the ipfs branch? I'm down to test, if I know what to test.

On 6/15/20 6:07 PM, Michael Rohleder wrote:
Toggle quote (6 lines)
> Martin Becze <mjbecze@riseup.net> writes:
>> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
>
> afaik, this version doesn't support http POST anymore.
> Maybe this could break things in the ipfs branches?
>
Attachment: signature.asc
L
L
Ludovic Courtès wrote on 18 Jun 2020 14:46
(name . Martin Becze)(address . mjbecze@riseup.net)(address . 41880-done@debbugs.gnu.org)
87mu50lexc.fsf@gnu.org
Hi Martin,

Martin Becze <mjbecze@riseup.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1

Applied!

Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (3 lines)
> afaik, this version doesn't support http POST anymore.
> Maybe this could break things in the ipfs branches?

Good to know. We’ll have to adjust the code there; that shouldn’t
prevent us from updating the package in the meantime IMO.

Martin Becze <mjbecze@riseup.net> skribis:

Toggle quote (2 lines)
> Whats in the ipfs branch? I'm down to test, if I know what to test.

It’s at https://issues.guix.gnu.org/33899, but don’t worry about it.

Thanks,
Ludo’.
Closed
?