mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kubo: Update to 0.31.0.
* gnu/packages/ipfs.scm (kubo): Update to 0.31.0. Change-Id: Ia077b3d9c28a73a017e9eb92507db00d3a883f2a
This commit is contained in:
parent
1032e50d36
commit
e7f2f899ed
1 changed files with 3 additions and 2 deletions
|
@ -1085,7 +1085,7 @@ types.")
|
||||||
(define-public kubo
|
(define-public kubo
|
||||||
(package
|
(package
|
||||||
(name "kubo")
|
(name "kubo")
|
||||||
(version "0.30.0")
|
(version "0.31.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
|
@ -1093,7 +1093,7 @@ types.")
|
||||||
"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 "0kwbwbrlvgcb8lcg85gpab6czyrnq7r9139i5gp827231zfbcqzq"))
|
(base32 "0271rh54xbwikbllzsjnkjlj29cb2xy5lnhia47qlf2ymvl48kvf"))
|
||||||
(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
|
||||||
|
@ -1208,6 +1208,7 @@ types.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:go go-1.22
|
||||||
#:embed-files #~(list "sorted-network-list.bin")
|
#:embed-files #~(list "sorted-network-list.bin")
|
||||||
#:unpack-path "github.com/ipfs/kubo"
|
#:unpack-path "github.com/ipfs/kubo"
|
||||||
#:import-path "github.com/ipfs/kubo/cmd/ipfs"
|
#:import-path "github.com/ipfs/kubo/cmd/ipfs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue