gnu: kubo: Update to 0.30.0.

* gnu/packages/ipfs.scm (kubo): Update to 0.30.0.
[inputs]: Add go-github-com-hashicorp-go-version.

Change-Id: I404dc8e9636e7a81f0e87ba895856dd514c60380
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Artyom V. Poptsov 2024-09-17 21:15:00 +03:00 committed by Sharlatan Hellseher
parent 8fd029570d
commit 730b1f0768
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -975,7 +975,7 @@ types.")
(define-public kubo
(package
(name "kubo")
(version "0.29.0")
(version "0.30.0")
(source
(origin
(method url-fetch/tarbomb)
@ -983,7 +983,7 @@ types.")
"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 @@ types.")
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