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:
parent
8fd029570d
commit
730b1f0768
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user