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.
This commit is contained in:
Guillaume Le Vaillant 2023-05-20 09:01:18 +02:00
parent 0aab248552
commit 24b6f94cf9
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -134,7 +134,9 @@ (define-module (gnu packages finance)
#: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 @@ (define-public bitcoin-core-24.1
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")