GNU bug report logs - #67825
[PATCH] gnu: bitcoin-core: Update to 26.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 14 Dec 2023 13:00:03 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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Michael Ford <fanquake <at> gmail.com>
Subject: bug#67825: closed (Re: [bug#67825] [PATCH] gnu: bitcoin-core:
 Update to 26.0.)
Date: Wed, 20 Dec 2023 10:13:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67825: [PATCH] gnu: bitcoin-core: Update to 26.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 67825 <at> debbugs.gnu.org.

-- 
67825: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67825
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: 67825-done <at> debbugs.gnu.org
Subject: Re: [bug#67825] [PATCH] gnu: bitcoin-core: Update to 26.0.
Date: Wed, 20 Dec 2023 10:11:44 +0000
[Message part 3 (text/plain, inline)]
Patch applied as 51c0490267726e2b69c31ca337983123334c4aee.
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: [PATCH] gnu: bitcoin-core: Update to 26.0.
Date: Thu, 14 Dec 2023 10:40:55 +0000
From 110895f627eaed314b95821d9814f093dc876d64 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Mon, 11 Dec 2023 12:14:45 +0000
Subject: [PATCH] gnu: bitcoin-core: Update to 26.0.

* gnu/packages/finance.scm (bitcoin-core): Update to 26.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 6ed363552a..98a220385b 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.1")
+    (version "26.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -150,7 +150,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
+                "18f0rl7nzr64m54d6hmrphg7z39mmj2ix47kv78n5nr8dqkrj7db"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
-- 
2.43.0



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

Previous Next


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