GNU bug report logs - #59573
[PATCH] gnu: Update bitcoin-core to 24.0

Previous Next

Package: guix-patches;

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

Date: Fri, 25 Nov 2022 14:44:02 UTC

Severity: normal

Tags: patch

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59573 in the body.
You can then email your comments to 59573 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59573; Package guix-patches. (Fri, 25 Nov 2022 14:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Ford <fanquake <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Nov 2022 14:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Update bitcoin-core to 24.0
Date: Fri, 25 Nov 2022 14:43:09 +0000
[Message part 1 (text/plain, inline)]

[Message part 2 (text/html, inline)]
[0001-gnu-bitcoin-core-Update-to-24.0.patch (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#59573; Package guix-patches. (Fri, 25 Nov 2022 15:28:02 GMT) Full text and rfc822 format available.

Message #8 received at 59573 <at> debbugs.gnu.org (full text, mbox):

From: Michael Ford <fanquake <at> gmail.com>
To: 59573 <at> debbugs.gnu.org
Subject: [PATCH] gnu: Update bitcoin-core to 24.0
Date: Fri, 25 Nov 2022 15:26:57 +0000
[Message part 1 (text/plain, inline)]
Resending this inline, as the attached .patch is not usable.

Retain 23.0 as it's still supported.
Update homepage to bitcoincore.org.
---
 gnu/packages/finance.scm | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index feb533eca7..29589c09b8 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2022 Philip McGrath <philip <at> philipmcgrath.com>
 ;;; Copyright © 2022 Collin J. Doering <collin <at> rekahsoft.ca>
 ;;; Copyright © 2022 Justin Veilleux <terramorpha <at> cock.li>
+;;; Copyright © 2022 Michael Ford <fanquake <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -129,10 +130,10 @@ (define-module (gnu packages finance)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages gnuzilla))

-(define-public bitcoin-core-23.0
+(define-public bitcoin-core-24.0
   (package
     (name "bitcoin-core")
-    (version "23.0")
+    (version "24.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -140,7 +141,7 @@ (define-public bitcoin-core-23.0
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "01fcb90pqip3v77kljykx51cmg7jdg2cmp7ys0a40svdkps8nx16"))))
+                "1x6riward8z8rx6wvypsz3rnfl7hy2986llbbgl96l6b9aglmylw"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -196,7 +197,7 @@ (define-public bitcoin-core-23.0
               "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
@@ -207,10 +208,23 @@ (define-public bitcoin-core-23.0
 line client and a client based on Qt.")
     (license license:expat)))

+(define-public bitcoin-core-23.0
+  (package
+    (inherit bitcoin-core-24)
+    (version "23.0")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append "https://bitcoincore.org/bin/bitcoin-core-"
+                              version "/bitcoin-" version ".tar.gz"))
+              (sha256
+               (base32
+
 "01fcb90pqip3v77kljykx51cmg7jdg2cmp7ys0a40svdkps8nx16"))))))
+
 ;; The support lifetimes for bitcoin-core versions can be found in
 ;; <https://bitcoincore.org/en/lifecycle/#schedule>.

-(define-public bitcoin-core bitcoin-core-23.0)
+(define-public bitcoin-core bitcoin-core-24.0)

 (define-public hledger
   (package
-- 
2.38.1
[Message part 2 (text/html, inline)]

Reply sent to Vagrant Cascadian <vagrant <at> debian.org>:
You have taken responsibility. (Sat, 02 Sep 2023 04:35:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Sat, 02 Sep 2023 04:35:02 GMT) Full text and rfc822 format available.

Message #13 received at 59573-done <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Michael Ford <fanquake <at> gmail.com>, 59573-done <at> debbugs.gnu.org
Subject: Re: [bug#59573] [PATCH] gnu: Update bitcoin-core to 24.0
Date: Fri, 01 Sep 2023 21:33:59 -0700
[Message part 1 (text/plain, inline)]
On 2022-11-25, Michael Ford wrote:
> -(define-public bitcoin-core-23.0
> +(define-public bitcoin-core-24.0
>    (package
>      (name "bitcoin-core")
> -    (version "23.0")
> +    (version "24.0")

bitcoin-core has since been updated to newer versions:

0aab24855238cc7c7a31066ab39cd94e534b857f gnu: bitcoin-core: Update to 24.1.
b58fab5982eb45aae2a51c86093e6bbd472d8c9e gnu: bitcoin-core: Update to 25.0.

Marking as done.

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 30 Sep 2023 11:24:27 GMT) Full text and rfc822 format available.

This bug report was last modified 179 days ago.

Previous Next


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