GNU bug report logs -
#63734
gnu: bitcoin-core: Update to 25.0.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Fri, 26 May 2023 10:18:02 UTC
Severity: normal
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 29ba0f261bbfe817c77a6dfb5423556234a81f6c Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Fri, 26 May 2023 11:08:21 +0100
Subject: [PATCH] gnu: bitcoin-core: Update to 25.0.
---
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 112246f07c..d1cf7b6ac4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -139,7 +139,7 @@ (define-public bitcoin-core
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
- (version "24.1")
+ (version "25.0")
(source (origin
(method url-fetch)
(uri
@@ -147,7 +147,7 @@ (define-public bitcoin-core
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
+ "1hpbw6diyla75a6jrwsis9c5pnhpnnxwbznsik1s1fd35ks7rxjx"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
--
2.40.1
This bug report was last modified 1 year and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.