emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41880: closed ([PATCH] gnu: go-ipfs: Update to 0.5.1.)


From: GNU bug Tracking System
Subject: bug#41880: closed ([PATCH] gnu: go-ipfs: Update to 0.5.1.)
Date: Thu, 18 Jun 2020 12:47:02 +0000

Your message dated Thu, 18 Jun 2020 14:46:39 +0200
with message-id <87mu50lexc.fsf@gnu.org>
and subject line Re: [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1.
has caused the debbugs.gnu.org bug report #41880,
regarding [PATCH] gnu: go-ipfs: Update to 0.5.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41880
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: go-ipfs: Update to 0.5.1. Date: Mon, 15 Jun 2020 15:11:39 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#41880] [PATCH] gnu: go-ipfs: Update to 0.5.1. Date: Thu, 18 Jun 2020 14:46:39 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]