all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66634] [PATCH] gnu: bitcoin-core: Update to 25.1.
@ 2023-10-19 10:30 Michael Ford
  2023-10-21 14:05 ` bug#66634: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-10-19 10:30 UTC (permalink / raw)
  To: 66634

From b356772e9dd2d92124bd4082a9f0a1484f077021 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 19 Oct 2023 10:43:30 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 25.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 25.1.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 200d51d153..4f3415232c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -142,7 +142,7 @@ (define-public bitcoin-core
   ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
   (package
     (name "bitcoin-core")
-    (version "25.0")
+    (version "25.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -150,7 +150,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "1hpbw6diyla75a6jrwsis9c5pnhpnnxwbznsik1s1fd35ks7rxjx"))))
+                "1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
-- 
2.42.0




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

* bug#66634: [PATCH] gnu: bitcoin-core: Update to 25.1.
  2023-10-19 10:30 [bug#66634] [PATCH] gnu: bitcoin-core: Update to 25.1 Michael Ford
@ 2023-10-21 14:05 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-21 14:05 UTC (permalink / raw)
  To: Michael Ford; +Cc: 66634-done

Michael Ford <fanquake@gmail.com> skribis:

>>From b356772e9dd2d92124bd4082a9f0a1484f077021 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 19 Oct 2023 10:43:30 +0100
> Subject: [PATCH] gnu: bitcoin-core: Update to 25.1.
>
> * gnu/packages/finance.scm (bitcoin-core): Update to 25.1.

Applied, thanks!




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 10:30 [bug#66634] [PATCH] gnu: bitcoin-core: Update to 25.1 Michael Ford
2023-10-21 14:05 ` bug#66634: " Ludovic Courtès

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.