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>
This commit is contained in:
Michael Ford 2021-10-26 08:26:44 +08:00 committed by Guillaume Le Vaillant
parent 5592058e9d
commit 3d1c984ad8
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -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>.