[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: bitcoin-core-0.20: Update to 0.20.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: bitcoin-core-0.20: Update to 0.20.2. |
Date: |
Thu, 11 Nov 2021 04:51:30 -0500 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3d1c984 gnu: bitcoin-core-0.20: Update to 0.20.2.
3d1c984 is described below
commit 3d1c984ad857d9fd56b1ae068adf81cd8e05f83b
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Tue Oct 26 08:26:44 2021 +0800
gnu: bitcoin-core-0.20: Update to 0.20.2.
* gnu/packages/finance.scm (bitcoin-core-0.20): Update to 0.20.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 1427735..c9732f9 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -193,7 +193,7 @@ line client and a client based on Qt.")
(define-public bitcoin-core-0.20
(package
(inherit bitcoin-core-0.21)
- (version "0.20.1")
+ (version "0.20.2")
(source (origin
(method url-fetch)
(uri
@@ -201,7 +201,7 @@ line client and a client based on Qt.")
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "0y5rad68b398arh0abr2wgiwybdw0i5a4dxz9s3fk9fgdbyn5gab"))))))
+ "14smp5vmh7baabl856wlg7w7y5910jhx6c02mlkm4hkywf3yylky"))))))
;; The support lifetimes for bitcoin-core versions can be found in
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: bitcoin-core-0.20: Update to 0.20.2.,
guix-commits <=