all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68629] [PATCH] gnu: kubo: Update to 0.18.0.
@ 2024-01-21  8:57 Artyom V. Poptsov
  2024-01-23 14:08 ` bug#68629: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-01-21  8:57 UTC (permalink / raw)
  To: 68629


[-- Attachment #1.1: Type: text/plain, Size: 50 bytes --]

Hello,

this patch updates Kubo (IPFS) to 0.18.0.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-kubo-Update-to-0.18.0.patch --]
[-- Type: text/x-diff, Size: 1844 bytes --]

From 144678cf02c5d4dfeb2f4fa5da2af79d43215d62 Mon Sep 17 00:00:00 2001
Message-ID: <144678cf02c5d4dfeb2f4fa5da2af79d43215d62.1705826400.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 21 Jan 2024 11:12:44 +0300
Subject: [PATCH] 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
---
 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 @@ (define-public gx-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 @@ (define-public kubo
              "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 @@ (define-public kubo
                   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

base-commit: 0facea431a83dd3495a2f35aa1081cb186cdcd99
-- 
2.41.0


[-- Attachment #1.3: Type: text/plain, Size: 225 bytes --]


Thanks,
- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68629: [PATCH] gnu: kubo: Update to 0.18.0.
  2024-01-21  8:57 [bug#68629] [PATCH] gnu: kubo: Update to 0.18.0 Artyom V. Poptsov
@ 2024-01-23 14:08 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-01-23 14:08 UTC (permalink / raw)
  To: 68629-done

[-- Attachment #1: Type: text/plain, Size: 78 bytes --]


Pushed as e3f4ab49b1b756d3356b142db935b684e6877346 to master.

Thanks,
Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-23 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-21  8:57 [bug#68629] [PATCH] gnu: kubo: Update to 0.18.0 Artyom V. Poptsov
2024-01-23 14:08 ` bug#68629: " Sharlatan Hellseher

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.