GNU bug report logs -
#73322
[PATCH 0/3] gnu: kubo: Update to 0.30.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73322 in the body.
You can then email your comments to 73322 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73322
; Package
guix-patches
.
(Tue, 17 Sep 2024 18:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 17 Sep 2024 18:14:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patchset updates Kubo (IPFS) to version 0.30.0.
Artyom V. Poptsov (3):
gnu: go-github-com-libp2p-go-libp2p: Update to 0.36.3.
gnu: go-github-com-multiformats-go-multiaddr: Update to 0.13.0.
gnu: kubo: Update to 0.30.0.
gnu/packages/golang-web.scm | 4 ++--
gnu/packages/ipfs.scm | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
base-commit: 871a744e976a70480b8f2040400b00e9bd5a7a79
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73322
; Package
guix-patches
.
(Tue, 17 Sep 2024 18:17:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 73322 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ipfs.scm (go-github-com-libp2p-go-libp2p): Update to 0.36.3.
Change-Id: I2b621b7ec1982055a5f4b9978370b0da69ff6749
---
gnu/packages/ipfs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index e03203e70e..57a905db2d 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -852,7 +852,7 @@ (define-public go-github-com-ipfs-go-metrics-interface
(define-public go-github-com-libp2p-go-libp2p
(package
(name "go-github-com-libp2p-go-libp2p")
- (version "0.34.1")
+ (version "0.36.3")
(source
(origin
(method git-fetch)
@@ -861,7 +861,7 @@ (define-public go-github-com-libp2p-go-libp2p
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0423h149ziyka9cai1sdsl1bnycphs3h4xa3b3rc6108gfrzzil2"))))
+ (base32 "1bpjqrb2zdp86va7ms36lpci1l6lgkx85rc3q13fmzks38mqqw8s"))))
(build-system go-build-system)
(arguments
(list
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73322
; Package
guix-patches
.
(Tue, 17 Sep 2024 18:17:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 73322 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-web.scm (go-github-com-multiformats-go-multiaddr): Update to 0.13.0.
Change-Id: I8d7a417f9b85f5aa89e362d9f95bd7d18ecc4d2b
---
gnu/packages/golang-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index aa53abdd86..cf652a0248 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -3442,7 +3442,7 @@ (define-public go-github-com-mikioh-tcpopt
(define-public go-github-com-multiformats-go-multiaddr
(package
(name "go-github-com-multiformats-go-multiaddr")
- (version "0.12.3")
+ (version "0.13.0")
(source
(origin
(method git-fetch)
@@ -3451,7 +3451,7 @@ (define-public go-github-com-multiformats-go-multiaddr
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1rn02yn7494r7ayn585bbsddprbn8wdccxs4n2k5dmll4dyd39mp"))))
+ (base32 "0029zjhndbisfsc2msd2h18pcw23rqvf40drkcf7nxic3y2vaff7"))))
(build-system go-build-system)
(arguments
(list
--
2.46.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73322
; Package
guix-patches
.
(Tue, 17 Sep 2024 18:17:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 73322 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Sat, 21 Sep 2024 14:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 21 Sep 2024 14:56:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 73322-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thnak you for keeping the pulse with Kubo update!
Pushed as 9e80661fb0..730b1f0768 to master.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 20 Oct 2024 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.