guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bitcoin-core-24.1: Rename to bitcoin-core.


From: guix-commits
Subject: branch master updated: gnu: bitcoin-core-24.1: Rename to bitcoin-core.
Date: Sat, 20 May 2023 03:24:08 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 24b6f94cf9 gnu: bitcoin-core-24.1: Rename to bitcoin-core.
24b6f94cf9 is described below

commit 24b6f94cf9b4ab97ef2eb70d05b2104a06776e62
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat May 20 09:01:18 2023 +0200

    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
+  ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
   (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
-;; <https://bitcoincore.org/en/lifecycle/#schedule>.
-
-(define-public bitcoin-core bitcoin-core-24.1)
-
 (define-public ghc-hledger
   (package
     (name "ghc-hledger")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]