From: Michael Ford <fanquake@gmail.com>
To: 63466@debbugs.gnu.org
Subject: [bug#63466] gnu: bitcoin-core: update to 23.1.
Date: Fri, 12 May 2023 17:05:55 +0100 [thread overview]
Message-ID: <CAFyhPjXQe6NnC9vzvAassb8ZuKQc7K2zH8+7g_f=FkcMhhDbJw@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: 0001-gnu-bitcoin-core-Update-to-23.1.patch --]
[-- Type: application/octet-stream, Size: 1838 bytes --]
From ac2f8528bd27369d4deb79e4070d5ed80e81917d Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Fri, 12 May 2023 16:38:31 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 23.1.
Add missing sqlite dep, for modern wallet support.
---
gnu/packages/finance.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 649aa56fc1..eed255247d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -133,10 +133,10 @@ (define-module (gnu packages finance)
#:use-module (gnu packages xml)
#:use-module (gnu packages gnuzilla))
-(define-public bitcoin-core-23.0
+(define-public bitcoin-core-23.1
(package
(name "bitcoin-core")
- (version "23.0")
+ (version "23.1")
(source (origin
(method url-fetch)
(uri
@@ -144,7 +144,7 @@ (define-public bitcoin-core-23.0
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "01fcb90pqip3v77kljykx51cmg7jdg2cmp7ys0a40svdkps8nx16"))))
+ "03k56vgk0a0wr84gpj256hvijk6iyshl85hcrx800hiznyzl5hkl"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@@ -160,7 +160,8 @@ (define-public bitcoin-core-23.0
libevent
miniupnpc
openssl
- qtbase-5))
+ qtbase-5
+ sqlite))
(arguments
`(#:configure-flags
(list
@@ -214,7 +215,7 @@ (define-public bitcoin-core-23.0
;; The support lifetimes for bitcoin-core versions can be found in
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
-(define-public bitcoin-core bitcoin-core-23.0)
+(define-public bitcoin-core bitcoin-core-23.1)
(define-public ghc-hledger
(package
--
2.40.1
next reply other threads:[~2023-05-12 16:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 16:05 Michael Ford [this message]
2023-05-14 8:58 ` bug#63466: gnu: bitcoin-core: update to 23.1 Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAFyhPjXQe6NnC9vzvAassb8ZuKQc7K2zH8+7g_f=FkcMhhDbJw@mail.gmail.com' \
--to=fanquake@gmail.com \
--cc=63466@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.