me
/
guix
Archived
1
0
Fork 0

gnu: bitcoin-core@0.21: Update to 0.21.1.

* gnu/packages/finance.scm (bitcoin-core-0.21): Update to 0.21.1.
master
Tobias Geerinckx-Rice 2021-05-03 22:05:11 +02:00
parent bee797fa93
commit 2fc9d51381
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
(define-public bitcoin-core-0.21
(package
(name "bitcoin-core")
(version "0.21.0")
(version "0.21.1")
(source (origin
(method url-fetch)
(uri
@ -122,7 +122,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
"0dszcn4r43w0ffsmgwmyzkzr5lqws3bbhlkssmjgnjgfc8n2148s"))))
"1q51nqv64lhng5wh1cqb01jar7iswpnyyb1i7xslbkr0j9227zya"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)