unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 72744@debbugs.gnu.org
Subject: [bug#72744] [PATCH] gnu: libsecp256k1: Update to 0.5.1.
Date: Wed, 21 Aug 2024 10:58:13 +0100	[thread overview]
Message-ID: <CAFyhPjUpOV+u3XEW2abDEKTsxgMkKY6kWo83bOv0eUk-kX9kjg@mail.gmail.com> (raw)

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




             reply	other threads:[~2024-08-21  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21  9:58 Michael Ford [this message]
2024-08-22 11:56 ` bug#72744: [PATCH] gnu: libsecp256k1: Update to 0.5.1 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyhPjUpOV+u3XEW2abDEKTsxgMkKY6kWo83bOv0eUk-kX9kjg@mail.gmail.com \
    --to=fanquake@gmail.com \
    --cc=72744@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).