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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63583 in the body.
You can then email your comments to 63583 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63583
; Package
guix-patches
.
(Fri, 19 May 2023 12:31:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Ford <fanquake <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 19 May 2023 12:31:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Fri, 19 May 2023 15:26:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Ford <fanquake <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 19 May 2023 15:26:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63583-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 0aab24855238cc7c7a31066ab39cd94e534b857f.
Thanks.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63583
; Package
guix-patches
.
(Fri, 19 May 2023 16:34:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 63583 <at> debbugs.gnu.org (full text, mbox):
Hi,
On ven., 19 mai 2023 at 13:30, Michael Ford <fanquake <at> gmail.com> wrote:
> -(define-public bitcoin-core-23.1
> +(define-public bitcoin-core-24.1
[...]
> - (version "23.1")
> + (version "24.1")
[...]
> - "03k56vgk0a0wr84gpj256hvijk6iyshl85hcrx800hiznyzl5hkl"))))
> + "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
[...]
> -(define-public bitcoin-core bitcoin-core-23.1)
> +(define-public bitcoin-core bitcoin-core-24.1)
Out of curiosity, why are these two symbols required? Maybe, it could
be nice to drop ’bitcoin-core-xy.z’ and keep only ’bitcoin-core’, no?
WDYT?
Cheers,
simon
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63583
; Package
guix-patches
.
(Fri, 19 May 2023 17:00:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63583 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Simon Tournier <zimon.toutoune <at> gmail.com> skribis:
> Hi,
>
> On ven., 19 mai 2023 at 13:30, Michael Ford <fanquake <at> gmail.com> wrote:
>
>> -(define-public bitcoin-core-23.1
>> +(define-public bitcoin-core-24.1
>
> [...]
>
>> - (version "23.1")
>> + (version "24.1")
>
> [...]
>
>> - "03k56vgk0a0wr84gpj256hvijk6iyshl85hcrx800hiznyzl5hkl"))))
>> + "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
>
> [...]
>
>> -(define-public bitcoin-core bitcoin-core-23.1)
>> +(define-public bitcoin-core bitcoin-core-24.1)
>
> Out of curiosity, why are these two symbols required? Maybe, it could
> be nice to drop ’bitcoin-core-xy.z’ and keep only ’bitcoin-core’, no?
>
> WDYT?
>
> Cheers,
> simon
Hi.
IIRC, at some point in the past we had two versions of bitcoin-core, and
the 'bitcoin-core' variable was pointing at one of the packages. Then
one of the versions became outdated and was removed.
Since we now have only one version, removing the leftovers from the
multiple package version support stuff seems like a good idea...
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63583
; Package
guix-patches
.
(Sat, 20 May 2023 07:28:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 63583 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Guillaume Le Vaillant <glv <at> posteo.net> skribis:
> Simon Tournier <zimon.toutoune <at> gmail.com> skribis:
>
>> Hi,
>>
>> On ven., 19 mai 2023 at 13:30, Michael Ford <fanquake <at> gmail.com> wrote:
>>
>>> -(define-public bitcoin-core-23.1
>>> +(define-public bitcoin-core-24.1
>>
>> [...]
>>
>>> - (version "23.1")
>>> + (version "24.1")
>>
>> [...]
>>
>>> - "03k56vgk0a0wr84gpj256hvijk6iyshl85hcrx800hiznyzl5hkl"))))
>>> + "0kmgpzknbykgwb8vd7hj3j1xxn35785gf4vii5705k6rnarks2la"))))
>>
>> [...]
>>
>>> -(define-public bitcoin-core bitcoin-core-23.1)
>>> +(define-public bitcoin-core bitcoin-core-24.1)
>>
>> Out of curiosity, why are these two symbols required? Maybe, it could
>> be nice to drop ’bitcoin-core-xy.z’ and keep only ’bitcoin-core’, no?
>>
>> WDYT?
>>
>> Cheers,
>> simon
>
> Hi.
> IIRC, at some point in the past we had two versions of bitcoin-core, and
> the 'bitcoin-core' variable was pointing at one of the packages. Then
> one of the versions became outdated and was removed.
> Since we now have only one version, removing the leftovers from the
> multiple package version support stuff seems like a good idea...
Hi.
Cleanup done in 24b6f94cf9b4ab97ef2eb70d05b2104a06776e62.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 17 Jun 2023 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 330 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.