gnu: bitcoin-core: Update to 25.0.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Michael Ford 2023-05-26 11:16:51 +01:00 committed by Guillaume Le Vaillant
parent 2b1b0a580d
commit b58fab5982
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

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