gnu: go-ipfs: Update to 0.15.0.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.15.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
2919b5ae31
commit
6fd589898c
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ (define-public gx-go
|
||||||
(define-public kubo
|
(define-public kubo
|
||||||
(package
|
(package
|
||||||
(name "kubo")
|
(name "kubo")
|
||||||
(version "0.14.0")
|
(version "0.15.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
|
@ -230,7 +230,7 @@ (define-public kubo
|
||||||
"https://dist.ipfs.io/kubo/v" version
|
"https://dist.ipfs.io/kubo/v" version
|
||||||
"/kubo-source.tar.gz"))
|
"/kubo-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n7nfiymh6knj3h672gdrb24g9vz9j15x3vn6aml2nk7pv9dsy7p"))
|
(base32 "0ss5k8xnzn9qk977dni5ja89yygcysdw7r3mdk67cac2dpa9hhqs"))
|
||||||
(file-name (string-append name "-" version "-source"))
|
(file-name (string-append name "-" version "-source"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(for-each delete-file-recursively
|
(snippet '(for-each delete-file-recursively
|
||||||
|
|
Loading…
Reference in a new issue