guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: go-ipfs: Update to 0.7.0.


From: guix-commits
Subject: 03/05: gnu: go-ipfs: Update to 0.7.0.
Date: Thu, 15 Oct 2020 17:51:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 58f0bd2468c6de7f350aaaecbeb51021e77913c3
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Oct 12 11:16:59 2020 +0200

    gnu: go-ipfs: Update to 0.7.0.
    
    * gnu/packages/ipfs.scm (go-ipfs): Update to 0.7.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 222607b..417956a 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -214,7 +214,7 @@ written in Go.")
 (define-public go-ipfs
   (package
     (name "go-ipfs")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -222,7 +222,7 @@ written in Go.")
              "https://dist.ipfs.io/go-ipfs/v"; version
              "/go-ipfs-source.tar.gz"))
        (sha256
-        (base32 "14bgq2j2bjjy0pspy2lsj5dm3w9rmfha0l8kyq5ig86yhc4nzn80"))
+        (base32 "1fkzwm4qxxpmbjammk6s5qcyjxivfa0ydqz4mpz1w756c4jq0jf3"))
        (file-name (string-append name "-" version "-source"))))
     (build-system go-build-system)
     (arguments



reply via email to

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