me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

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