GNU bug report logs -
#66634
[PATCH] gnu: bitcoin-core: Update to 25.1.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Thu, 19 Oct 2023 10:33:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 21 Oct 2023 16:05:24 +0200
with message-id <8734y4rryz.fsf <at> gnu.org>
and subject line Re: [bug#66634] [PATCH] gnu: bitcoin-core: Update to 25.1.
has caused the debbugs.gnu.org bug report #66634,
regarding [PATCH] gnu: bitcoin-core: Update to 25.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
66634: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66634
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From b356772e9dd2d92124bd4082a9f0a1484f077021 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Thu, 19 Oct 2023 10:43:30 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 25.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 25.1.
---
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 200d51d153..4f3415232c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -142,7 +142,7 @@ (define-public bitcoin-core
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
- (version "25.0")
+ (version "25.1")
(source (origin
(method url-fetch)
(uri
@@ -150,7 +150,7 @@ (define-public bitcoin-core
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1hpbw6diyla75a6jrwsis9c5pnhpnnxwbznsik1s1fd35ks7rxjx"))))
+ "1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
--
2.42.0
[Message part 3 (message/rfc822, inline)]
Michael Ford <fanquake <at> gmail.com> skribis:
>>From b356772e9dd2d92124bd4082a9f0a1484f077021 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake <at> gmail.com>
> Date: Thu, 19 Oct 2023 10:43:30 +0100
> Subject: [PATCH] gnu: bitcoin-core: Update to 25.1.
>
> * gnu/packages/finance.scm (bitcoin-core): Update to 25.1.
Applied, thanks!
This bug report was last modified 1 year and 209 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.