GNU bug report logs -
#71612
[PATCH] gnu: bitcoin-core: Update to 27.1.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Mon, 17 Jun 2024 15:22:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From cd0e5f425715c64b4c586346658cca0878df748a Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> 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
This bug report was last modified 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.