[PATCH] gnu: bitcoin-core: Update to 28.1.

  • Open
  • quality assurance status badge
Details
One participant
  • Michael Ford
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote 5 days ago
(address . guix-patches@gnu.org)
CAFyhPjW95QpvjuENSDq2HWN=WrgUAeinf8Xe19QEkHx2EMh2cQ@mail.gmail.com
From f37a904176fff1b2651c22cacfbdf4930476fe44 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 13 Jan 2025 14:45:59 +0000
Subject: [PATCH] gnu: bitcoin-core: Update to 28.1.

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

Toggle diff (24 lines)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 149bebfa2fb..b64a2be32ee 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 "28.0")
+ (version "28.1")
(source (origin
(method url-fetch)
(uri
@@ -156,7 +156,7 @@ (define-public bitcoin-core
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "0zzk5w88xzw07xcr18nwq2bbr4wqcvkacy97gyq2wq04wb8y42kh"))))
+ "1fl312ns86syc6871il9l3lzf96nm6jhnj92qyvxkyf78782vbn5"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
--
2.48.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75536@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75536
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch