guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: kubo: Update to 0.18.0.


From: guix-commits
Subject: branch master updated: gnu: kubo: Update to 0.18.0.
Date: Tue, 23 Jan 2024 09:07:10 -0500

This is an automated email from the git hooks/post-receive script.

sharlatan pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e3f4ab49b1 gnu: kubo: Update to 0.18.0.
e3f4ab49b1 is described below

commit e3f4ab49b1b756d3356b142db935b684e6877346
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Jan 21 11:12:44 2024 +0300

    gnu: kubo: Update to 0.18.0.
    
    * gnu/packages/ipfs.scm (kubo): Update to 0.18.0.
      [inputs]: Add go-github-com-gorilla-mux.
    
    Change-Id: I4eccdfcf9eadbdf25728fcca766c5238efb0d57f
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 0c8c6ed820..87d5086feb 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -223,7 +223,7 @@ written in Go.")
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.16.0")
+    (version "0.18.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -231,7 +231,7 @@ written in Go.")
              "https://dist.ipfs.io/kubo/v"; version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0v8p4mjwsrqxzd6wdzafxnnfrv919x5p3r5342lbrjdv0k0yabhm"))
+        (base32 "0fx5a974hyg29xvwwsmh3zz3nk3391ifyk3l0wl36xskfdqdwg5a"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively
@@ -316,6 +316,7 @@ written in Go.")
                   go-github-com-google-uuid
                   go-github-com-golang-groupcache-lru
                   go-github-com-golang-snappy
+                  go-github-com-gorilla-mux
                   go-github-com-gorilla-websocket
                   go-github-com-jackpal-go-nat-pmp
                   go-github-com-klauspost-compress



reply via email to

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