mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bitcoin-core@0.21: Update to 0.21.2
Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
5df03003e6
commit
09b8fcc0b7
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ (define-module (gnu packages finance)
|
|||
(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 @@ (define-public bitcoin-core-0.21
|
|||
version "/bitcoin-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q51nqv64lhng5wh1cqb01jar7iswpnyyb1i7xslbkr0j9227zya"))))
|
||||
"17nvir1yc6mf4wr1fn4xsabw49cd5p9vig8wj77vv4anzi8zfij1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue