mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: bitcoin-core: Update to 26.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 26.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Ied4b14221f862e05f37fc0516392d1b474bc6d19
This commit is contained in:
parent
4af710b2ea
commit
51c0490267
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ (define-public bitcoin-core
|
|||
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
|
||||
(package
|
||||
(name "bitcoin-core")
|
||||
(version "25.1")
|
||||
(version "26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -150,7 +150,7 @@ (define-public bitcoin-core
|
|||
version "/bitcoin-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
|
||||
"18f0rl7nzr64m54d6hmrphg7z39mmj2ix47kv78n5nr8dqkrj7db"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
|
|
Loading…
Reference in a new issue