[PATCH] gnu: libsecp256k1: Update to 0.5.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Ford
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Michael Ford
Severity
normal
M
M
Michael Ford wrote on 21 Aug 11:58 +0200
(address . guix-patches@gnu.org)
CAFyhPjUpOV+u3XEW2abDEKTsxgMkKY6kWo83bOv0eUk-kX9kjg@mail.gmail.com
From bdbcb069b4269564b4ac125525862afe0b6131b9 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Wed, 14 Aug 2024 09:36:48 +0100
Subject: [PATCH] gnu: libsecp256k1: Update to 0.5.1.

* gnu/packages/crypto.scm (libsecp256k1): Update to 0.5.1.
---
gnu/packages/crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index b00dc8aa4c..67ddf5cf61 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1078,7 +1078,7 @@ (define-public enchive
(define-public libsecp256k1
(package
(name "libsecp256k1")
- (version "0.3.2")
+ (version "0.5.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1087,7 +1087,7 @@ (define-public libsecp256k1
(file-name (git-file-name name version))
(sha256
(base32
- "12wksk7bi3yfzmk1zwh5b6846zcaycqz1w4w4p23apjc8da4jwpn"))))
+ "1f3nq1dg6afbwp45m2rbndd8mpvx7hhggmzji22csyzwhq3fz2r1"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-module-recovery"
--
2.46.0
G
G
Guillaume Le Vaillant wrote on 22 Aug 13:56 +0200
(name . Michael Ford)(address . fanquake@gmail.com)(address . 72744-done@debbugs.gnu.org)
878qwobwjy.fsf@kitej
I combined this patch with https://issues.guix.gnu.org/70965 and
applied the result as 1bb9da089586cec646925d226a198757af1e0b71.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZscncQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9tRAD+NgyzpnjmN0KJynSKuWmNh3DH9Ba6wsa7ejjQ
CbaztDYA/iaPn6ozdqzHrtVEM428qJeA835I/FlptxpxF8KzJonF
=zQwX
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72744@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72744
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch