[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: kubo: Update to 0.19.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: kubo: Update to 0.19.0. |
Date: |
Fri, 09 Feb 2024 11:34:36 -0500 |
This is an automated email from the git hooks/post-receive script.
sharlatan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 513755d64d gnu: kubo: Update to 0.19.0.
513755d64d is described below
commit 513755d64debb44096f21e323a5b89a7a597d2ca
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Tue Feb 6 21:04:19 2024 +0300
gnu: kubo: Update to 0.19.0.
* gnu/packages/ipfs.scm (kubo): Update to 0.19.0.
[arguments]: Use go-1.20.
Change-Id: I4a267c4712f5dc13b200bdc3a59105265093b392
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/ipfs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index df00287460..a1b9333066 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -224,7 +224,7 @@ written in Go.")
(define-public kubo
(package
(name "kubo")
- (version "0.18.0")
+ (version "0.19.0")
(source
(origin
(method url-fetch/tarbomb)
@@ -232,7 +232,7 @@ written in Go.")
"https://dist.ipfs.io/kubo/v" version
"/kubo-source.tar.gz"))
(sha256
- (base32 "0fx5a974hyg29xvwwsmh3zz3nk3391ifyk3l0wl36xskfdqdwg5a"))
+ (base32 "0k0mw44fq6306pmfp6v4wawgigry9plnl2ij8i5f46606j55c31w"))
(file-name (string-append name "-" version "-source"))
(modules '((guix build utils)))
(snippet '(for-each delete-file-recursively
@@ -287,7 +287,7 @@ written in Go.")
(list
#:unpack-path "github.com/ipfs/kubo"
#:import-path "github.com/ipfs/kubo/cmd/ipfs"
- #:go go-1.18
+ #:go go-1.20
#:phases
#~(modify-phases %standard-phases
;;
https://github.com/ipfs/kubo/blob/master/docs/command-completion.md
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: kubo: Update to 0.19.0.,
guix-commits <=