This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0b39f55d2c gnu: bitcoin-core: Update to 28.0.
0b39f55d2c is described below
commit 0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79
Author: Michael Ford <[email protected]>
AuthorDate: Tue Oct 8 15:26:31 2024 +0100
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 <[email protected]>
Change-Id: I5482c4237ea655dcc71b0a519aa1935b7a34ab97
---
gnu/packages/finance.scm | 7 +++----
1 file 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