unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 68957@debbugs.gnu.org
Subject: [bug#68957] [PATCH] gnu: kubo: Update to 0.19.0.
Date: Tue, 06 Feb 2024 21:06:24 +0300	[thread overview]
Message-ID: <87zfwdsc0v.fsf@gmail.com> (raw)


[-- 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 --]

             reply	other threads:[~2024-02-06 18:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 18:06 Artyom V. Poptsov [this message]
2024-02-09 16:35 ` bug#68957: [PATCH] gnu: kubo: Update to 0.19.0 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfwdsc0v.fsf@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=68957@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).