mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: kubo: Update to 0.18.0.
* gnu/packages/ipfs.scm (kubo): Update to 0.18.0. [inputs]: Add go-github-com-gorilla-mux. Change-Id: I4eccdfcf9eadbdf25728fcca766c5238efb0d57f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
367bc2d198
commit
e3f4ab49b1
1 changed files with 3 additions and 2 deletions
|
@ -223,7 +223,7 @@ (define-public gx-go
|
||||||
(define-public kubo
|
(define-public kubo
|
||||||
(package
|
(package
|
||||||
(name "kubo")
|
(name "kubo")
|
||||||
(version "0.16.0")
|
(version "0.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
|
@ -231,7 +231,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 "0v8p4mjwsrqxzd6wdzafxnnfrv919x5p3r5342lbrjdv0k0yabhm"))
|
(base32 "0fx5a974hyg29xvwwsmh3zz3nk3391ifyk3l0wl36xskfdqdwg5a"))
|
||||||
(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
|
||||||
|
@ -316,6 +316,7 @@ (define-public kubo
|
||||||
go-github-com-google-uuid
|
go-github-com-google-uuid
|
||||||
go-github-com-golang-groupcache-lru
|
go-github-com-golang-groupcache-lru
|
||||||
go-github-com-golang-snappy
|
go-github-com-golang-snappy
|
||||||
|
go-github-com-gorilla-mux
|
||||||
go-github-com-gorilla-websocket
|
go-github-com-gorilla-websocket
|
||||||
go-github-com-jackpal-go-nat-pmp
|
go-github-com-jackpal-go-nat-pmp
|
||||||
go-github-com-klauspost-compress
|
go-github-com-klauspost-compress
|
||||||
|
|
Loading…
Reference in a new issue