all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 73708@debbugs.gnu.org
Subject: [bug#73708] [PATCH] gnu: bitcoin-core: Update to 28.0.
Date: Tue, 8 Oct 2024 15:26:31 +0100	[thread overview]
Message-ID: <CAFyhPjXNG8XeJ5CvE60PnCa6SEc6cgmh2ebN9Mneed1V6dXRcg@mail.gmail.com> (raw)

From 7f8ba79df364233f1fdb1ce116ab02363c1b388f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Tue, 8 Oct 2024 14:57:43 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 28.0.

* gnu/packages/finance.scm (bitcoin-core): Update to 28.0.
[inputs]: Remove openssl.
---
 gnu/packages/finance.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index eb0d2d583e..f32a603e10 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -148,7 +148,7 @@ (define-public bitcoin-core
   ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
   (package
     (name "bitcoin-core")
-    (version "27.1")
+    (version "28.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -156,7 +156,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "1npk30c4s2xihm2vxmswl2x4baw5n23gsbaw5y8sx3qvjbym240c"))))
+                "0zzk5w88xzw07xcr18nwq2bbr4wqcvkacy97gyq2wq04wb8y42kh"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -171,7 +171,6 @@ (define-public bitcoin-core
            boost
            libevent
            miniupnpc
-           openssl
            qtbase-5
            sqlite))
     (arguments
@@ -213,7 +212,7 @@ (define-public bitcoin-core
               "python3" "./test/functional/test_runner.py"
               (string-append "--jobs=" (number->string (parallel-job-count))))
              #t)))))
-    (home-page "https://bitcoin.org/")
+    (home-page "https://bitcoincore.org/")
     (synopsis "Bitcoin peer-to-peer client")
     (description
      "Bitcoin is a digital currency that enables instant payments to anyone
-- 
2.47.0




             reply	other threads:[~2024-10-08 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-08 14:26 Michael Ford [this message]
2024-10-10 12:30 ` bug#73708: [PATCH] gnu: bitcoin-core: Update to 28.0 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=CAFyhPjXNG8XeJ5CvE60PnCa6SEc6cgmh2ebN9Mneed1V6dXRcg@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=73708@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.