aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2024-10-08 15:26:31 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-10-10 14:12:06 +0200
commit0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79 (patch)
tree37476b386669481736be6237878a38b9f72a80dc /gnu/packages/finance.scm
parentf5aff5b3972b9a3342b1ce807f7ed68289cce74d (diff)
downloadguix-0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79.tar
guix-0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79.tar.gz
gnu: bitcoin-core: Update to 28.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 28.0. [inputs]: Remove openssl. [home-page]: Update URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I5482c4237ea655dcc71b0a519aa1935b7a34ab97
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r--gnu/packages/finance.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index eb0d2d583e..f32a603e10 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -148,7 +148,7 @@
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
- (version "27.1")
+ (version "28.0")
(source (origin
(method url-fetch)
(uri
@@ -156,7 +156,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1npk30c4s2xihm2vxmswl2x4baw5n23gsbaw5y8sx3qvjbym240c"))))
+ "0zzk5w88xzw07xcr18nwq2bbr4wqcvkacy97gyq2wq04wb8y42kh"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@@ -171,7 +171,6 @@
boost
libevent
miniupnpc
- openssl
qtbase-5
sqlite))
(arguments
@@ -213,7 +212,7 @@
"python3" "./test/functional/test_runner.py"
(string-append "--jobs=" (number->string (parallel-job-count))))
#t)))))
- (home-page "https://bitcoin.org/")
+ (home-page "https://bitcoincore.org/")
(synopsis "Bitcoin peer-to-peer client")
(description
"Bitcoin is a digital currency that enables instant payments to anyone