me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 3 additions and 6 deletions

View File

@ -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")