mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue