unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72744] [PATCH] gnu: libsecp256k1: Update to 0.5.1.
@ 2024-08-21  9:58 Michael Ford
  2024-08-22 11:56 ` bug#72744: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-08-21  9:58 UTC (permalink / raw)
  To: 72744

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(-)

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72744: [PATCH] gnu: libsecp256k1: Update to 0.5.1.
  2024-08-21  9:58 [bug#72744] [PATCH] gnu: libsecp256k1: Update to 0.5.1 Michael Ford
@ 2024-08-22 11:56 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-08-22 11:56 UTC (permalink / raw)
  To: Michael Ford; +Cc: 72744-done

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

I combined this patch with <https://issues.guix.gnu.org/70965> and
applied the result as 1bb9da089586cec646925d226a198757af1e0b71.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-22 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-21  9:58 [bug#72744] [PATCH] gnu: libsecp256k1: Update to 0.5.1 Michael Ford
2024-08-22 11:56 ` bug#72744: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).