unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68957] [PATCH] gnu: kubo: Update to 0.19.0.
@ 2024-02-06 18:06 Artyom V. Poptsov
  2024-02-09 16:35 ` bug#68957: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-02-06 18:06 UTC (permalink / raw)
  To: 68957


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

Hello,

this patch updates Kubo (IPFS) to 0.19.0.

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

From 971cb35c8ea96ccfb7dd4326231d81b86f75db43 Mon Sep 17 00:00:00 2001
Message-Id: <971cb35c8ea96ccfb7dd4326231d81b86f75db43.1707242677.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Tue, 6 Feb 2024 21:04:19 +0300
Subject: [PATCH] gnu: kubo: Update to 0.19.0.

* gnu/packages/ipfs.scm (kubo): Update to 0.19.0.
  [arguments]: Use go-1.20.

Change-Id: I4a267c4712f5dc13b200bdc3a59105265093b392
---
 gnu/packages/ipfs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index df00287460..a1b9333066 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -224,7 +224,7 @@ (define-public gx-go
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.18.0")
+    (version "0.19.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -232,7 +232,7 @@ (define-public kubo
              "https://dist.ipfs.io/kubo/v" version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0fx5a974hyg29xvwwsmh3zz3nk3391ifyk3l0wl36xskfdqdwg5a"))
+        (base32 "0k0mw44fq6306pmfp6v4wawgigry9plnl2ij8i5f46606j55c31w"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively
@@ -287,7 +287,7 @@ (define-public kubo
      (list
       #:unpack-path "github.com/ipfs/kubo"
       #:import-path "github.com/ipfs/kubo/cmd/ipfs"
-      #:go go-1.18
+      #:go go-1.20
       #:phases
       #~(modify-phases %standard-phases
           ;; https://github.com/ipfs/kubo/blob/master/docs/command-completion.md

base-commit: b13d6c5715b71c4499ce37ef3968e4216125a5ed
-- 
2.34.1


[-- 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#68957: [PATCH] gnu: kubo: Update to 0.19.0.
  2024-02-06 18:06 [bug#68957] [PATCH] gnu: kubo: Update to 0.19.0 Artyom V. Poptsov
@ 2024-02-09 16:35 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-02-09 16:35 UTC (permalink / raw)
  To: 68957-done

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


Hi,

Pushed as 513755d64debb44096f21e323a5b89a7a597d2ca 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-02-09 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 18:06 [bug#68957] [PATCH] gnu: kubo: Update to 0.19.0 Artyom V. Poptsov
2024-02-09 16:35 ` bug#68957: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).