guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: go-ipfs: Update to 0.15.0.


From: guix-commits
Subject: 08/09: gnu: go-ipfs: Update to 0.15.0.
Date: Tue, 24 Oct 2023 12:10:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6fd589898c7ccfbf7bb7c047368af2654cd8e60a
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Oct 8 09:26:38 2023 +0300

    gnu: go-ipfs: Update to 0.15.0.
    
    * gnu/packages/ipfs.scm (go-ipfs): Update to 0.15.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 a1a77c55a9..a4c0613e40 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -222,7 +222,7 @@ written in Go.")
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -230,7 +230,7 @@ written in Go.")
              "https://dist.ipfs.io/kubo/v"; version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0n7nfiymh6knj3h672gdrb24g9vz9j15x3vn6aml2nk7pv9dsy7p"))
+        (base32 "0ss5k8xnzn9qk977dni5ja89yygcysdw7r3mdk67cac2dpa9hhqs"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively



reply via email to

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