all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ZmnSCPxj via Guix-patches via <guix-patches@gnu.org>
To: 54050@debbugs.gnu.org
Subject: [bug#54050] [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	[thread overview]
Message-ID: <Zbl62t-Quql3EgqwFa-9b-HEHOb72rh5lOVWkwLlIdV8IzJD31u5zR1QbX9B0eO-_CvbXuMKXXVnmAIgIT-Jh-MVEQwNRbeXRyGGDMv8vvc=@protonmail.com> (raw)

From e1fc0bf0ffccaf9e728fbc03419eddfde4fb8b4d Mon Sep 17 00:00:00 2001
From: ZmnSCPxj <ZmnSCPxj@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	other threads:[~2022-02-18  3:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-18  3:41 ZmnSCPxj via Guix-patches via [this message]
2022-11-25 10:05 ` bug#54050: [PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to end-of-life Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='Zbl62t-Quql3EgqwFa-9b-HEHOb72rh5lOVWkwLlIdV8IzJD31u5zR1QbX9B0eO-_CvbXuMKXXVnmAIgIT-Jh-MVEQwNRbeXRyGGDMv8vvc=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=54050@debbugs.gnu.org \
    --cc=ZmnSCPxj@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.