all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 70556@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#70556] [PATCH 2/3] gnu: kubo: Update to 0.28.0.
Date: Wed, 24 Apr 2024 23:03:51 +0300	[thread overview]
Message-ID: <c9ea4d5aea3226f0f6b8ff86f5eec1ddf606e251.1713988221.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1713988221.git.poptsov.artyom@gmail.com>

* gnu/packages/ipfs.scm (kubo): Update to 0.28.0.
[inputs]: Remove go-golang-org-x-exp; add go-github-com-jbenet-go-random,
go-github-com-jbenet-goprocess,
go-github-com-julienschmidt-httprouter,
go-github-com-multiformats-go-multiaddr,
go-github-com-multiformats-go-multibase,
go-github-com-multiformats-go-multiaddr-dns, and
go-golang-org-x-exp-2023.

Change-Id: Id065558905130c7ad0124bcf56e8b38ee6f9656e
---
 gnu/packages/ipfs.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index bcf6fea133..dc8388acfc 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -256,7 +256,7 @@ (define-public gx-go
 (define-public kubo
   (package
     (name "kubo")
-    (version "0.22.0")
+    (version "0.28.0")
     (source
      (origin
        (method url-fetch/tarbomb)
@@ -264,7 +264,7 @@ (define-public kubo
              "https://dist.ipfs.io/kubo/v" version
              "/kubo-source.tar.gz"))
        (sha256
-        (base32 "0p8iaa56lnac1lxnbzp4fbjqzps50z5yqs34szcp53xjq8rmjzjd"))
+        (base32 "01lk6dd2j660rykchc3ggi9cln92cngz5ijlldsaj5mxnajlvbwy"))
        (file-name (string-append name "-" version "-source"))
        (modules '((guix build utils)))
        (snippet '(for-each delete-file-recursively
@@ -321,7 +321,7 @@ (define-public kubo
      (list
       #:unpack-path "github.com/ipfs/kubo"
       #:import-path "github.com/ipfs/kubo/cmd/ipfs"
-      #:go go-1.20
+      #:go go-1.21
       #:phases
       #~(modify-phases %standard-phases
           ;; https://github.com/ipfs/kubo/blob/master/docs/command-completion.md
@@ -355,6 +355,9 @@ (define-public kubo
                   go-github-com-hashicorp-golang-lru
                   go-github-com-hashicorp-golang-lru-v2
                   go-github-com-jackpal-go-nat-pmp
+                  go-github-com-jbenet-go-random
+                  go-github-com-jbenet-goprocess
+                  go-github-com-julienschmidt-httprouter
                   go-github-com-klauspost-compress
                   go-github-com-klauspost-cpuid
                   go-github-com-lucas-clemente-quic-go
@@ -367,6 +370,9 @@ (define-public kubo
                   go-github-com-mitchellh-go-homedir
                   go-github-com-mr-tron-base58
                   go-github-com-multiformats-go-multihash-0.2.3
+                  go-github-com-multiformats-go-multiaddr
+                  go-github-com-multiformats-go-multibase
+                  go-github-com-multiformats-go-multiaddr-dns
                   go-github-com-opentracing-opentracing-go
                   go-github-com-pbnjay-memory
                   go-github-com-pkg-errors
@@ -384,7 +390,7 @@ (define-public kubo
                   go-go-uber-org-multierr
                   go-go-uber-org-zap
                   go-golang-org-x-crypto
-                  go-golang-org-x-exp
+                  go-golang-org-x-exp-2023
                   go-golang-org-x-lint
                   go-golang-org-x-mod
                   go-golang-org-x-net
-- 
2.41.0





  parent reply	other threads:[~2024-04-24 20:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 19:52 [bug#70556] [PATCH 0/3] gnu: kubo: Update to 0.28.0 Artyom V. Poptsov
2024-04-24 20:03 ` [bug#70556] [PATCH 1/3] gnu: go-github-com-quic-go-quic-go: Update to 0.42.0 Artyom V. Poptsov
2024-04-24 20:03 ` Artyom V. Poptsov [this message]
2024-04-24 20:03 ` [bug#70556] [PATCH 3/3] gnu: yggdrasil: Use go-1.21 Artyom V. Poptsov
2024-04-28 14:10 ` [bug#70556] [PATCH 0/3] gnu: kubo: Update to 0.28.0 Maxim Cournoyer
2024-04-28 15:48   ` Artyom V. Poptsov
2024-04-28 15:33 ` bug#70556: " 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

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

  git send-email \
    --in-reply-to=c9ea4d5aea3226f0f6b8ff86f5eec1ddf606e251.1713988221.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=70556@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 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.