Archived
1
0
Fork 0

gnu: bitcoin-core: Update to 24.1.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Michael Ford 2023-05-19 13:30:36 +01:00 committed by Guillaume Le Vaillant
parent 405a1813d8
commit 0aab248552
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -134,10 +134,10 @@
#:use-module (gnu packages xml) #:use-module (gnu packages xml)
#:use-module (gnu packages gnuzilla)) #:use-module (gnu packages gnuzilla))
(define-public bitcoin-core-23.1 (define-public bitcoin-core-24.1
(package (package
(name "bitcoin-core") (name "bitcoin-core")
(version "23.1") (version "24.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -145,7 +145,7 @@
version "/bitcoin-" version ".tar.gz")) version "/bitcoin-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"03k56vgk0a0wr84gpj256hvijk6iyshl85hcrx800hiznyzl5hkl")))) "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf (list autoconf
@ -216,7 +216,7 @@ line client and a client based on Qt.")
;; The support lifetimes for bitcoin-core versions can be found in ;; The support lifetimes for bitcoin-core versions can be found in
;; <https://bitcoincore.org/en/lifecycle/#schedule>. ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(define-public bitcoin-core bitcoin-core-23.1) (define-public bitcoin-core bitcoin-core-24.1)
(define-public ghc-hledger (define-public ghc-hledger
(package (package