gnu: bitcoin-core: Update to 25.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 25.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
fanquake 2023-10-19 10:43:30 +01:00 committed by Ludovic Courtès
parent e098ba2f49
commit c8c0db5cb8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -142,7 +142,7 @@ (define-public bitcoin-core
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
(version "25.0")
(version "25.1")
(source (origin
(method url-fetch)
(uri
@ -150,7 +150,7 @@ (define-public bitcoin-core
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
"1hpbw6diyla75a6jrwsis9c5pnhpnnxwbznsik1s1fd35ks7rxjx"))))
"1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf