GNU bug report logs - #39605
[PATCH] gnu: go-ipfs: Update to 0.4.23

Previous Next

Package: guix;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Fri, 14 Feb 2020 19:20:01 UTC

Severity: normal

Tags: patch

Merged with 39603

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jack Hill <jackhill <at> jackhill.us>
Subject: bug#39605: closed (Re: [bug#39605] [PATCH] gnu: go-ipfs: Update
 to 0.4.23)
Date: Fri, 14 Feb 2020 21:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 39605 <at> debbugs.gnu.org.

-- 
39605: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39605
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Jack Hill <jackhill <at> jackhill.us>
Cc: 39605-done <at> debbugs.gnu.org
Subject: Re: [bug#39605] [PATCH] gnu: go-ipfs: Update to 0.4.23
Date: Fri, 14 Feb 2020 16:48:20 -0500
On Fri, Feb 14, 2020 at 02:19:32PM -0500, Jack Hill wrote:
> gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23

Thanks! Pushed as cc0cc9651a398822931e0b34714f64da6e04d0fa

[Message part 3 (message/rfc822, inline)]
From: Jack Hill <jackhill <at> jackhill.us>
To: guix-patches <at> gnu.org
Cc: Jack Hill <jackhill <at> jackhill.us>
Subject: [PATCH] gnu: go-ipfs: Update to 0.4.23
Date: Fri, 14 Feb 2020 14:19:32 -0500
gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23
---
 gnu/packages/ipfs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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




This bug report was last modified 5 years and 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.