summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHennadii Stepanov <hebasto@gmail.com>2026-04-20 17:46:22 +0100
committerAndreas Enge <andreas@enge.fr>2026-04-22 13:40:52 +0200
commit200fdbed49ccb0ad2cc270bb2de95f70430f2173 (patch)
treee0f5894936f502231f3e3686497c4120b9a1d2c7 /gnu
parentf82efbf17dd19559063ce2c497b1741f0f99811e (diff)
gnu: bitcoin-core: Update to 31.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 31.0. [native-inputs]: Remove bash and coreutils. Change-Id: I9ea1dcd2517ca2cdfb8cbfc5c6894d01bf922176 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/finance.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index bd16c15a56..1a82a323b9 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -165,7 +165,7 @@
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
- (version "30.2")
+ (version "31.0")
(source (origin
(method url-fetch)
(uri
@@ -173,7 +173,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1jw4djh22v0nih0n7irdbknfbqavlc4l3b8176b5qgc88a60pl3g"))))
+ "1qxkcyq8nwq6sw4qi660z8n8356mqdsf4jvpq5ndkvrsx9gfz80b"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase
@@ -197,9 +197,7 @@
"python3" "./test/functional/test_runner.py" "--timeout-factor=2"
(string-append "--jobs=" (number->string (parallel-job-count)))))))))
(native-inputs
- (list bash ; provides the sh command for system_tests
- coreutils ; provides the cat, echo and false commands for system_tests
- pkg-config
+ (list pkg-config
python ; for the tests
python-pyzmq ; for the tests
qttools))