GNU bug report logs - #54050
[PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to end-of-life.

Previous Next

Package: guix-patches;

Reported by: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>

Date: Fri, 18 Feb 2022 03:42: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 54050 in the body.
You can then email your comments to 54050 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#54050; Package guix-patches. (Fri, 18 Feb 2022 03:42:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ZmnSCPxj <ZmnSCPxj <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 18 Feb 2022 03:42:02 GMT) Full text and rfc822 format available.

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

From: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Update bitcoin-core to 22.0,
 remove 0.20 due to end-of-life.
Date: Fri, 18 Feb 2022 03:41:21 +0000
From e1fc0bf0ffccaf9e728fbc03419eddfde4fb8b4d Mon Sep 17 00:00:00 2001
From: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>
Date: Wed, 9 Feb 2022 07:03:26 +0000
Subject: [PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to
 end-of-life.

* gnu/packages/finance.scm (bitcoin-core-22.0): New variable.
  (bitcoin-core-0.21): Changed to inherit from bitcoin-core-22.0.
  (bitcoin-core-0.20): Remove due to end-of-life.
---
 gnu/packages/finance.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index dab47fc0d7..a13f6b7675 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -118,10 +118,10 @@ (define-module (gnu packages finance)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages gnuzilla))

-(define-public bitcoin-core-0.21
+(define-public bitcoin-core-22.0
   (package
     (name "bitcoin-core")
-    (version "0.21.2")
+    (version "22.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -129,7 +129,7 @@ (define-public bitcoin-core-0.21
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "17nvir1yc6mf4wr1fn4xsabw49cd5p9vig8wj77vv4anzi8zfij1"))))
+                "0fv1z5dl5pxi08sg7xj541445l3y7akdaz7sbrav2j3hnn4x1sfh"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -196,10 +196,10 @@ (define-public bitcoin-core-0.21
 line client and a client based on Qt.")
     (license license:expat)))

-(define-public bitcoin-core-0.20
+(define-public bitcoin-core-0.21
   (package
-    (inherit bitcoin-core-0.21)
-    (version "0.20.2")
+    (inherit bitcoin-core-22.0)
+    (version "0.21.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -207,7 +207,7 @@ (define-public bitcoin-core-0.20
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "14smp5vmh7baabl856wlg7w7y5910jhx6c02mlkm4hkywf3yylky"))))))
+                "17nvir1yc6mf4wr1fn4xsabw49cd5p9vig8wj77vv4anzi8zfij1"))))))

 ;; The support lifetimes for bitcoin-core versions can be found in
 ;; <https://bitcoincore.org/en/lifecycle/#schedule>.

base-commit: f7afefba00b65e94d073af3af2278a076c89dbc1
--
2.34.0





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Fri, 25 Nov 2022 10:09:01 GMT) Full text and rfc822 format available.

Notification sent to ZmnSCPxj <ZmnSCPxj <at> protonmail.com>:
bug acknowledged by developer. (Fri, 25 Nov 2022 10:09:01 GMT) Full text and rfc822 format available.

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

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: ZmnSCPxj <ZmnSCPxj <at> protonmail.com>
Cc: 54050-close <at> debbugs.gnu.org
Subject: Re: [bug#54050] [PATCH] gnu: Update bitcoin-core to 22.0, remove
 0.20 due to end-of-life.
Date: Fri, 25 Nov 2022 10:05:36 +0000
[Message part 1 (text/plain, inline)]
It looks like this patch fell into the cracks... bitcoin-core updated
to 23.0 in 79e40b6ce8e4f5f499ea338aede75a0810a210c1.
Closing.
[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, 23 Dec 2022 12:24:15 GMT) Full text and rfc822 format available.

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

Previous Next


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