unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63466] gnu: bitcoin-core: update to 23.1.
@ 2023-05-12 16:05 Michael Ford
  2023-05-14  8:58 ` bug#63466: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-05-12 16:05 UTC (permalink / raw)
  To: 63466

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63466: gnu: bitcoin-core: update to 23.1.
  2023-05-12 16:05 [bug#63466] gnu: bitcoin-core: update to 23.1 Michael Ford
@ 2023-05-14  8:58 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-05-14  8:58 UTC (permalink / raw)
  To: Michael Ford; +Cc: 63466-done

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

Patch pushed as 3c8d0f9e71bbddfb5b1f098c713ff37553f0efcc with
a completed commit message.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-14  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-12 16:05 [bug#63466] gnu: bitcoin-core: update to 23.1 Michael Ford
2023-05-14  8:58 ` bug#63466: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).