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:
parent
0aab248552
commit
24b6f94cf9
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user