GNU bug report logs - #75536
[PATCH] gnu: bitcoin-core: Update to 28.1.

Previous Next

Package: guix-patches;

Reported by: Michael Ford <fanquake <at> gmail.com>

Date: Mon, 13 Jan 2025 14:50:01 UTC

Severity: normal

Tags: patch

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Ford <fanquake <at> gmail.com>
To: 75536 <at> debbugs.gnu.org
Subject: [bug#75536] [PATCH] gnu: bitcoin-core: Update to 28.1.
Date: Mon, 13 Jan 2025 14:48:57 +0000
From f37a904176fff1b2651c22cacfbdf4930476fe44 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> 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(-)

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




This bug report was last modified 120 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.