mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
5592058e9d
commit
3d1c984ad8
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ (define-public bitcoin-core-0.21
|
|||
(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 @@ (define-public bitcoin-core-0.20
|
|||
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>.
|
||||
|
|
Loading…
Reference in a new issue