@@ -32,6 +32,7 @@
;;; Copyright © 2022 Philip McGrath <philip@philipmcgrath.com>
;;; Copyright © 2022 Collin J. Doering <collin@rekahsoft.ca>
;;; Copyright © 2022 Justin Veilleux <terramorpha@cock.li>
+;;; Copyright © 2022 Michael Ford <fanquake@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -129,10 +130,10 @@ (define-module (gnu packages finance)
#:use-module (gnu packages xml)
#:use-module (gnu packages gnuzilla))
-(define-public bitcoin-core-23.0
+(define-public bitcoin-core-24.0
(package
(name "bitcoin-core")
- (version "23.0")
+ (version "24.0")
(source (origin
(method url-fetch)
(uri
@@ -140,7 +141,7 @@ (define-public bitcoin-core-23.0
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "01fcb90pqip3v77kljykx51cmg7jdg2cmp7ys0a40svdkps8nx16"))))
+ "1x6riward8z8rx6wvypsz3rnfl7hy2986llbbgl96l6b9aglmylw"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@@ -196,7 +197,7 @@ (define-public bitcoin-core-23.0
"python3" "./test/functional/test_runner.py"
(string-append "--jobs=" (number->string
(parallel-job-count))))
#t)))))
- (home-page "https://bitcoin.org/")
+ (home-page "https://bitcoincore.org/")
(synopsis "Bitcoin peer-to-peer client")
(description