From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 73322@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#73322] [PATCH 3/3] gnu: kubo: Update to 0.30.0.
Date: Tue, 17 Sep 2024 21:15:00 +0300 [thread overview]
Message-ID: <7b0ef9f205ae4036a7d22b4e7429495e236fc9be.1726596687.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1726596687.git.poptsov.artyom@gmail.com>
* gnu/packages/ipfs.scm (kubo): Update to 0.30.0.
[inputs]: Add go-github-com-hashicorp-go-version.
Change-Id: I404dc8e9636e7a81f0e87ba895856dd514c60380
---
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 57a905db2d..800654eda7 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -975,7 +975,7 @@ (define-public go-github-com-whyrusleeping-cbor-gen
(define-public kubo
(package
(name "kubo")
- (version "0.29.0")
+ (version "0.30.0")
(source
(origin
(method url-fetch/tarbomb)
@@ -983,7 +983,7 @@ (define-public kubo
"https://dist.ipfs.io/kubo/v" version
"/kubo-source.tar.gz"))
(sha256
- (base32 "121zm4k0wz2iqrl65c7bdg5d2bvz3hvj4pavk5178dyd1p49bl5r"))
+ (base32 "0kwbwbrlvgcb8lcg85gpab6czyrnq7r9139i5gp827231zfbcqzq"))
(file-name (string-append name "-" version "-source"))
(modules '((guix build utils)))
(snippet '(for-each delete-file-recursively
@@ -1142,6 +1142,7 @@ (define-public kubo
go-github-com-fsnotify-fsnotify
go-github-com-google-uuid
go-github-com-hashicorp-go-multierror
+ go-github-com-hashicorp-go-version
;;go-github-com-ipfs-boxo
go-github-com-ipfs-go-block-format
go-github-com-ipfs-go-cid
--
2.46.0
next prev parent reply other threads:[~2024-09-17 18:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-17 18:12 [bug#73322] [PATCH 0/3] gnu: kubo: Update to 0.30.0 Artyom V. Poptsov
2024-09-17 18:14 ` [bug#73322] [PATCH 1/3] gnu: go-github-com-libp2p-go-libp2p: Update to 0.36.3 Artyom V. Poptsov
2024-09-17 18:14 ` [bug#73322] [PATCH 2/3] gnu: go-github-com-multiformats-go-multiaddr: Update to 0.13.0 Artyom V. Poptsov
2024-09-17 18:15 ` Artyom V. Poptsov [this message]
2024-09-21 14:54 ` bug#73322: [PATCH 0/3] gnu: kubo: Update to 0.30.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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7b0ef9f205ae4036a7d22b4e7429495e236fc9be.1726596687.git.poptsov.artyom@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=73322@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.