From 24b6f94cf9b4ab97ef2eb70d05b2104a06776e62 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Sat, 20 May 2023 09:01:18 +0200 Subject: [PATCH] gnu: bitcoin-core-24.1: Rename to bitcoin-core. * gnu/packages/finance.scm (bitcoin-core): Remove variable. (bitcoin-core-24.1): Rename to bitcoin-core. --- gnu/packages/finance.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index c5bdb8a253..559b22257b 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -134,7 +134,9 @@ #:use-module (gnu packages xml) #:use-module (gnu packages gnuzilla)) -(define-public bitcoin-core-24.1 +(define-public bitcoin-core + ;; The support lifetimes for bitcoin-core versions can be found in + ;; . (package (name "bitcoin-core") (version "24.1") @@ -213,11 +215,6 @@ of the bitcoin protocol. This package provides the Bitcoin Core command line client and a client based on Qt.") (license license:expat))) -;; The support lifetimes for bitcoin-core versions can be found in -;; . - -(define-public bitcoin-core bitcoin-core-24.1) - (define-public ghc-hledger (package (name "ghc-hledger")