[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: go-ipfs: Update to 0.4.23
From: |
guix-commits |
Subject: |
branch master updated: gnu: go-ipfs: Update to 0.4.23 |
Date: |
Fri, 14 Feb 2020 16:48:04 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cc0cc96 gnu: go-ipfs: Update to 0.4.23
cc0cc96 is described below
commit cc0cc9651a398822931e0b34714f64da6e04d0fa
Author: Jack Hill <address@hidden>
AuthorDate: Fri Feb 14 14:19:32 2020 -0500
gnu: go-ipfs: Update to 0.4.23
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/ipfs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 4961242..9fa3f14 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -212,7 +212,7 @@ written in Go.")
(define-public go-ipfs
(package
(name "go-ipfs")
- (version "0.4.22")
+ (version "0.4.23")
(source
(origin
(method url-fetch/tarbomb)
@@ -220,7 +220,7 @@ written in Go.")
"https://dist.ipfs.io/go-ipfs/v" version
"/go-ipfs-source.tar.gz"))
(sha256
- (base32 "1gyz9yqb4y7p6vdjbcm66nvm6gjs4mdrjygdn79z3misv1pb5nkg"))
+ (base32 "191ir4h6c76xcnbwx9fj8j2lzzqyp10inmqd8sa393b5y0jmhi5a"))
(file-name (string-append name "-" version "-source"))))
(build-system go-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: go-ipfs: Update to 0.4.23,
guix-commits <=