mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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
|
||||
(package
|
||||
(name "kubo")
|
||||
(version "0.30.0")
|
||||
(version "0.31.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/tarbomb)
|
||||
|
@ -1093,7 +1093,7 @@ types.")
|
|||
"https://dist.ipfs.io/kubo/v" version
|
||||
"/kubo-source.tar.gz"))
|
||||
(sha256
|
||||
(base32 "0kwbwbrlvgcb8lcg85gpab6czyrnq7r9139i5gp827231zfbcqzq"))
|
||||
(base32 "0271rh54xbwikbllzsjnkjlj29cb2xy5lnhia47qlf2ymvl48kvf"))
|
||||
(file-name (string-append name "-" version "-source"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(for-each delete-file-recursively
|
||||
|
@ -1208,6 +1208,7 @@ types.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:go go-1.22
|
||||
#:embed-files #~(list "sorted-network-list.bin")
|
||||
#:unpack-path "github.com/ipfs/kubo"
|
||||
#:import-path "github.com/ipfs/kubo/cmd/ipfs"
|
||||
|
|
Loading…
Add table
Reference in a new issue