GNU bug report logs - #63734
gnu: bitcoin-core: Update to 25.0.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Fri, 26 May 2023 10:18:02 UTC

Severity: normal

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#63734: closed (Re: [bug#63734] gnu: bitcoin-core: Update to
 25.0.)
Date: Tue, 30 May 2023 14:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#63734: gnu: bitcoin-core: Update to 25.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 63734 <at> debbugs.gnu.org.

-- 
63734: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63734
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 63734-done <at> debbugs.gnu.org
Subject: Re: [bug#63734] gnu: bitcoin-core: Update to 25.0.
Date: Tue, 30 May 2023 14:38:34 +0000
[Message part 3 (text/plain, inline)]
Patch applied as b58fab5982eb45aae2a51c86093e6bbd472d8c9e with
a completed commit message.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: gnu: bitcoin-core: Update to 25.0.
Date: Fri, 26 May 2023 11:16:51 +0100
From 29ba0f261bbfe817c77a6dfb5423556234a81f6c Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Fri, 26 May 2023 11:08:21 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 25.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 112246f07c..d1cf7b6ac4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -139,7 +139,7 @@ (define-public bitcoin-core
   ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
   (package
     (name "bitcoin-core")
-    (version "24.1")
+    (version "25.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -147,7 +147,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
+                "1hpbw6diyla75a6jrwsis9c5pnhpnnxwbznsik1s1fd35ks7rxjx"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
-- 
2.40.1



This bug report was last modified 1 year and 353 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.