all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73708] [PATCH] gnu: bitcoin-core: Update to 28.0.
@ 2024-10-08 14:26 Michael Ford
  2024-10-10 12:30 ` bug#73708: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-10-08 14:26 UTC (permalink / raw)
  To: 73708

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




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

end of thread, other threads:[~2024-10-10 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 14:26 [bug#73708] [PATCH] gnu: bitcoin-core: Update to 28.0 Michael Ford
2024-10-10 12:30 ` bug#73708: " Guillaume Le Vaillant

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.