~ruther/guix-local

efa27604bbf3cf8751c66a7a119c0ba60324511d — Hennadii Stepanov a month ago a10c8c9
gnu: bitcoin-core: Update to 30.2.

* gnu/packages/finance.scm (bitcoin-core): Update to 30.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase.

Change-Id: Ie23de3bfa77282aaa25922e1e04eefb46dca18ed
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +5 -5
@@ 39,7 39,7 @@
;;; Copyright © 2023 Attila Lendvai <attila@lendvai.name>
;;; Copyright © 2024 Saku Laesvuori <saku@laesvuori.fi>
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2025 Hennadii Stepanov <hebasto@gmail.com>
;;; Copyright © 2025-2026 Hennadii Stepanov <hebasto@gmail.com>
;;; Copyright © 2025 James Smith <jsubuntuxp@disroot.org>
;;;
;;; This file is part of GNU Guix.


@@ 158,7 158,7 @@
  ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
  (package
    (name "bitcoin-core")
    (version "30.0")
    (version "30.2")
    (source (origin
              (method url-fetch)
              (uri


@@ 166,10 166,11 @@
                              version "/bitcoin-" version ".tar.gz"))
              (sha256
               (base32
                "0x39bqd9ql7b6s7sj8ws8gw6g4nbgf6cplnys2lrmvfza56jliwv"))))
                "1jw4djh22v0nih0n7irdbknfbqavlc4l3b8176b5qgc88a60pl3g"))))
    (build-system qt-build-system)
    (arguments
     (list #:configure-flags
     (list #:qtbase qtbase
           #:configure-flags
           #~(list
              "-DBUILD_GUI=ON"
              "-DBUILD_BENCH=ON"


@@ 199,7 200,6 @@
           capnproto
           libevent
           qrencode
           qtbase
           sqlite
           zeromq))
    (home-page "https://bitcoincore.org/")