diff options
author | Michael Ford <fanquake@gmail.com> | 2021-10-26 08:26:44 +0800 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-11 10:29:46 +0100 |
commit | 3d1c984ad857d9fd56b1ae068adf81cd8e05f83b (patch) | |
tree | 5042dbfc513d093dcbfbbc4164f611593a2daee5 /gnu | |
parent | 5592058e9d72e1960bfde52dc9744f51518ebb74 (diff) | |
download | guix-3d1c984ad857d9fd56b1ae068adf81cd8e05f83b.tar.gz guix-3d1c984ad857d9fd56b1ae068adf81cd8e05f83b.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 1427735a9e..c9732f936e 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>. |