* [bug#54050] [PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to end-of-life.
@ 2022-02-18 3:41 ZmnSCPxj via Guix-patches via
2022-11-25 10:05 ` bug#54050: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: ZmnSCPxj via Guix-patches via @ 2022-02-18 3:41 UTC (permalink / raw)
To: 54050
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54050: [PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to end-of-life.
2022-02-18 3:41 [bug#54050] [PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to end-of-life ZmnSCPxj via Guix-patches via
@ 2022-11-25 10:05 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-25 10:05 UTC (permalink / raw)
To: ZmnSCPxj; +Cc: 54050-close
[-- Attachment #1: Type: text/plain, Size: 132 bytes --]
It looks like this patch fell into the cracks... bitcoin-core updated
to 23.0 in 79e40b6ce8e4f5f499ea338aede75a0810a210c1.
Closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-25 10:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18 3:41 [bug#54050] [PATCH] gnu: Update bitcoin-core to 22.0, remove 0.20 due to end-of-life ZmnSCPxj via Guix-patches via
2022-11-25 10:05 ` bug#54050: " Guillaume Le Vaillant
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.