all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 70162@debbugs.gnu.org
Subject: [bug#70162] [PATCH] gnu: bitcoin-core: Update to 26.1.
Date: Wed, 3 Apr 2024 15:11:47 +0100	[thread overview]
Message-ID: <CAFyhPjX=ENFaZEib=bvQ09fGhzbTm+CcnAD3Xg1Y6MfBYkeXPg@mail.gmail.com> (raw)

From 22fccd9120fe3c85dbd061912557c36eabd22b4c Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 3 Apr 2024 15:09:09 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 26.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 26.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 8703120f2a..ced5835d8e 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 "26.0")
+    (version "26.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -155,7 +155,7 @@ (define-public bitcoin-core
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "18f0rl7nzr64m54d6hmrphg7z39mmj2ix47kv78n5nr8dqkrj7db"))))
+                "1vimkcm5bd6dyncy6kw16ibkcbykv526ajgh175j0jkvf5fywr4i"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
-- 
2.44.0




             reply	other threads:[~2024-04-03 14:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-03 14:11 Michael Ford [this message]
2024-04-05 11:34 ` bug#70162: [PATCH] gnu: bitcoin-core: Update to 26.1 Christopher Baines

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='CAFyhPjX=ENFaZEib=bvQ09fGhzbTm+CcnAD3Xg1Y6MfBYkeXPg@mail.gmail.com' \
    --to=fanquake@gmail.com \
    --cc=70162@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.