GNU bug report logs -
#73708
[PATCH] gnu: bitcoin-core: Update to 28.0.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Tue, 8 Oct 2024 14:27:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73708: [PATCH] gnu: bitcoin-core: Update to 28.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73708 <at> debbugs.gnu.org.
--
73708: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73708
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Patch applied as 0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From 7f8ba79df364233f1fdb1ce116ab02363c1b388f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 8 Oct 2024 14:57:43 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 28.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 28.0.
[inputs]: Remove openssl.
---
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 @@ (define-public bitcoin-core
;; <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 @@ (define-public bitcoin-core
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1npk30c4s2xihm2vxmswl2x4baw5n23gsbaw5y8sx3qvjbym240c"))))
+ "0zzk5w88xzw07xcr18nwq2bbr4wqcvkacy97gyq2wq04wb8y42kh"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@@ -171,7 +171,6 @@ (define-public bitcoin-core
boost
libevent
miniupnpc
- openssl
qtbase-5
sqlite))
(arguments
@@ -213,7 +212,7 @@ (define-public bitcoin-core
"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
--
2.47.0
This bug report was last modified 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.