all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71612] [PATCH] gnu: bitcoin-core: Update to 27.1.
@ 2024-06-17 15:20 Michael Ford
  2024-06-18  9:01 ` bug#71612: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-06-17 15:20 UTC (permalink / raw)
  To: 71612

From cd0e5f425715c64b4c586346658cca0878df748a Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 17 Jun 2024 16:18:30 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 27.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 27.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 23905b862d..767de69823 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -147,7 +147,7 @@ (define-public bitcoin-core
   ;; <https://bitcoincore.org/en/lifecycle/#schedule>.
   (package
     (name "bitcoin-core")
-    (version "27.0")
+    (version "27.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -155,7 +155,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "0sqldg540q5d4lvr8fs9sbycxgzkij5y52rqqg6blmxisd8yc7lw"))))
+                "1npk30c4s2xihm2vxmswl2x4baw5n23gsbaw5y8sx3qvjbym240c"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
-- 
2.45.2




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

* bug#71612: [PATCH] gnu: bitcoin-core: Update to 27.1.
  2024-06-17 15:20 [bug#71612] [PATCH] gnu: bitcoin-core: Update to 27.1 Michael Ford
@ 2024-06-18  9:01 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-06-18  9:01 UTC (permalink / raw)
  To: Michael Ford; +Cc: 71612-done

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

Patch applied as 027a35dff89cbb35512afee4f4a78ae103a2f484.
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:[~2024-06-18  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 15:20 [bug#71612] [PATCH] gnu: bitcoin-core: Update to 27.1 Michael Ford
2024-06-18  9:01 ` bug#71612: " 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.