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