GNU bug report logs -
#39605
[PATCH] gnu: go-ipfs: Update to 0.4.23
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Fri, 14 Feb 2020 19:20:01 UTC
Severity: normal
Tags: patch
Merged with 39603
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.23
---
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 49612425fb..9fa3f144de 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
--
2.25.0
This bug report was last modified 5 years and 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.