* [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
@ 2020-06-15 20:11 Martin Becze
2020-06-15 23:07 ` Michael Rohleder
2020-06-18 12:46 ` bug#41880: " Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Martin Becze @ 2020-06-15 20:11 UTC (permalink / raw)
To: 41880; +Cc: Martin Becze
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
---
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 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
2020-06-15 20:11 [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1 Martin Becze
@ 2020-06-15 23:07 ` Michael Rohleder
2020-06-16 0:53 ` Martin Becze
2020-06-18 12:46 ` bug#41880: " Ludovic Courtès
1 sibling, 1 reply; 4+ messages in thread
From: Michael Rohleder @ 2020-06-15 23:07 UTC (permalink / raw)
To: Martin Becze; +Cc: 41880
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
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?
--
<jwz> college is for pussies!
(from irc.mozilla.org)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
2020-06-15 23:07 ` Michael Rohleder
@ 2020-06-16 0:53 ` Martin Becze
0 siblings, 0 replies; 4+ messages in thread
From: Martin Becze @ 2020-06-16 0:53 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 41880
[-- Attachment #1.1: Type: text/plain, Size: 339 bytes --]
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:
> 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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#41880: [PATCH] gnu: go-ipfs: Update to 0.5.1.
2020-06-15 20:11 [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1 Martin Becze
2020-06-15 23:07 ` Michael Rohleder
@ 2020-06-18 12:46 ` Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-06-18 12:46 UTC (permalink / raw)
To: Martin Becze; +Cc: 41880-done
Hi Martin,
Martin Becze <mjbecze@riseup.net> skribis:
> * gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
Applied!
Michael Rohleder <mike@rohleder.de> skribis:
> 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:
> 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’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-06-18 12:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 20:11 [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1 Martin Becze
2020-06-15 23:07 ` Michael Rohleder
2020-06-16 0:53 ` Martin Becze
2020-06-18 12:46 ` bug#41880: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.