[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: bitcoin-core@0.21: Update to 0.21.2
From: |
guix-commits |
Subject: |
01/02: gnu: bitcoin-core@0.21: Update to 0.21.2 |
Date: |
Sat, 23 Oct 2021 15:54:12 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 09b8fcc0b7ea24268419a7e27024dfd14378fb76
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Tue Oct 19 14:21:35 2021 +0800
gnu: bitcoin-core@0.21: Update to 0.21.2
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 7ccf4b7..f0093ba 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -115,7 +115,7 @@
(define-public bitcoin-core-0.21
(package
(name "bitcoin-core")
- (version "0.21.1")
+ (version "0.21.2")
(source (origin
(method url-fetch)
(uri
@@ -123,7 +123,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1q51nqv64lhng5wh1cqb01jar7iswpnyyb1i7xslbkr0j9227zya"))))
+ "17nvir1yc6mf4wr1fn4xsabw49cd5p9vig8wj77vv4anzi8zfij1"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)