me
/
guix
Archived
1
0
Fork 0

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
master
Michael Ford 2023-12-14 10:40:55 +00:00 committed by Guillaume Le Vaillant
parent 4af710b2ea
commit 51c0490267
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@
;; <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 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
"1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
"18f0rl7nzr64m54d6hmrphg7z39mmj2ix47kv78n5nr8dqkrj7db"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf