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:
parent
405a1813d8
commit
0aab248552
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue