GNU bug report logs -
#70450
[PATCH] gnu: bitcoin-core: Update to 27.0.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Thu, 18 Apr 2024 09:38:08 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.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
#70450: [PATCH] gnu: bitcoin-core: Update to 27.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 70450 <at> debbugs.gnu.org.
--
70450: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Michael Ford <fanquake <at> gmail.com> writes:
> From 5a6716e8f95a40b6039d7a587fa94611748b6f06 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 18 Apr 2024 10:35:53 +0100
> Subject: [PATCH] gnu: bitcoin-core: Update to 27.0.
>
> * gnu/packages/finance.scm (bitcoin-core): Update to 27.0.
> ---
> gnu/packages/finance.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the patch, I've pushed this to master as
dce5845a66303ddcb8d70259557d79dee473f0ac.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From 5a6716e8f95a40b6039d7a587fa94611748b6f06 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 18 Apr 2024 10:35:53 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 27.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 27.0.
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ee8e9df527..3c32a220c4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -147,7 +147,7 @@ (define-public bitcoin-core
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
- (version "26.1")
+ (version "27.0")
(source (origin
(method url-fetch)
(uri
@@ -155,7 +155,7 @@ (define-public bitcoin-core
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1vimkcm5bd6dyncy6kw16ibkcbykv526ajgh175j0jkvf5fywr4i"))))
+ "0sqldg540q5d4lvr8fs9sbycxgzkij5y52rqqg6blmxisd8yc7lw"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
--
2.44.0
This bug report was last modified 1 year and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.