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

Previous Next

Package: guix-patches;

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

Date: Tue, 8 Oct 2024 14:27:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

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 73708 in the body.
You can then email your comments to 73708 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#73708; Package guix-patches. (Tue, 08 Oct 2024 14:27:01 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. (Tue, 08 Oct 2024 14:27:01 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: bitcoin-core: Update to 28.0.
Date: Tue, 8 Oct 2024 15:26:31 +0100
From 7f8ba79df364233f1fdb1ce116ab02363c1b388f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Tue, 8 Oct 2024 14:57:43 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 28.0.

* gnu/packages/finance.scm (bitcoin-core): Update to 28.0.
[inputs]: Remove openssl.
---
 gnu/packages/finance.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index eb0d2d583e..f32a603e10 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -148,7 +148,7 @@ (define-public bitcoin-core
   ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
   (package
     (name "bitcoin-core")
-    (version "27.1")
+    (version "28.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -156,7 +156,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "1npk30c4s2xihm2vxmswl2x4baw5n23gsbaw5y8sx3qvjbym240c"))))
+                "0zzk5w88xzw07xcr18nwq2bbr4wqcvkacy97gyq2wq04wb8y42kh"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -171,7 +171,6 @@ (define-public bitcoin-core
            boost
            libevent
            miniupnpc
-           openssl
            qtbase-5
            sqlite))
     (arguments
@@ -213,7 +212,7 @@ (define-public bitcoin-core
               "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
-- 
2.47.0




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Thu, 10 Oct 2024 12:31:01 GMT) Full text and rfc822 format available.

Notification sent to Michael Ford <fanquake <at> gmail.com>:
bug acknowledged by developer. (Thu, 10 Oct 2024 12:31:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Michael Ford <fanquake <at> gmail.com>
Cc: 73708-done <at> debbugs.gnu.org
Subject: Re: [bug#73708] [PATCH] gnu: bitcoin-core: Update to 28.0.
Date: Thu, 10 Oct 2024 12:30:24 +0000
[Message part 1 (text/plain, inline)]
Patch applied as 0b39f55d2c4c8b4d1d127a974b75b8fdc761cb79.
Thanks.
[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. (Fri, 08 Nov 2024 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 223 days ago.

Previous Next


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