GNU bug report logs -
#63583
gnu: bitcoin-core: Update to 24.1.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Fri, 19 May 2023 12:31:01 UTC
Severity: normal
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 19 May 2023 15:24:43 +0000
with message-id <877ct4uyva.fsf <at> kitej>
and subject line Re: [bug#63583] gnu: bitcoin-core: Update to 24.1.
has caused the debbugs.gnu.org bug report #63583,
regarding gnu: bitcoin-core: Update to 24.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63583: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63583
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From 5cd545487e1f5c161f2aeb58b4e16b44269a7712 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch applied as 0aab24855238cc7c7a31066ab39cd94e534b857f.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.