unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 63583@debbugs.gnu.org
Subject: [bug#63583] gnu: bitcoin-core: Update to 24.1.
Date: Fri, 19 May 2023 13:30:36 +0100	[thread overview]
Message-ID: <CAFyhPjX+XuhZuzjbSTbAkO4QYDoidMT61M85ja3FntbZNHT+4Q@mail.gmail.com> (raw)

From 5cd545487e1f5c161f2aeb58b4e16b44269a7712 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Fri, 19 May 2023 13:29:18 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 24.1.

---
 gnu/packages/finance.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 57d3f37c7c..7f15be1202 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -134,10 +134,10 @@ (define-module (gnu packages finance)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages gnuzilla))

-(define-public bitcoin-core-23.1
+(define-public bitcoin-core-24.1
   (package
     (name "bitcoin-core")
-    (version "23.1")
+    (version "24.1")
     (source (origin
               (method url-fetch)
               (uri
@@ -145,7 +145,7 @@ (define-public bitcoin-core-23.1
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "03k56vgk0a0wr84gpj256hvijk6iyshl85hcrx800hiznyzl5hkl"))))
+                "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -216,7 +216,7 @@ (define-public bitcoin-core-23.1
 ;; The support lifetimes for bitcoin-core versions can be found in
 ;; <https://bitcoincore.org/en/lifecycle/#schedule>.

-(define-public bitcoin-core bitcoin-core-23.1)
+(define-public bitcoin-core bitcoin-core-24.1)

 (define-public ghc-hledger
   (package
-- 
2.40.1




             reply	other threads:[~2023-05-19 12:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-19 12:30 Michael Ford [this message]
2023-05-19 15:24 ` bug#63583: gnu: bitcoin-core: Update to 24.1 Guillaume Le Vaillant
2023-05-19 16:29 ` [bug#63583] " Simon Tournier
2023-05-19 16:52   ` Guillaume Le Vaillant
2023-05-20  7:24     ` 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyhPjX+XuhZuzjbSTbAkO4QYDoidMT61M85ja3FntbZNHT+4Q@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=63583@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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).