unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: dftxbs3e@free.fr
To: 44987@debbugs.gnu.org
Cc: John Doe <dftxbs3e@free.fr>
Subject: [bug#44987] [PATCH 6/7] gnu: libsecp256k1: Update to 20200615-1-dbd41db.
Date: Tue,  1 Dec 2020 12:25:29 +0100	[thread overview]
Message-ID: <20201201112530.262013-6-dftxbs3e@free.fr> (raw)
In-Reply-To: <20201201112530.262013-1-dftxbs3e@free.fr>

From: John Doe <dftxbs3e@free.fr>

* gnu/packages/crypto.scm (libsecp256k1):
[commit]: Set to "dbd41db16a0e91b2566820898a3ab2d7dad4fe00".
[version]: Bump to 20200615-1-dbd41db.
[arguments]: Add "--enable-module-recovery",
"--enable-experimental", "--enable-module-ecdh" and
"--enable-shared" to #:configure-flags.
---
 gnu/packages/crypto.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 1b51366d7e..f0fc1ec5a3 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1028,10 +1028,10 @@ trivial to build for local use.  Portability is emphasized over performance.")
     (license license:unlicense)))
 
 (define-public libsecp256k1
-  (let ((commit "d644dda5c9dbdecee52d1aa259235510fdc2d4ee"))
+  (let ((commit "dbd41db16a0e91b2566820898a3ab2d7dad4fe00"))
     (package
       (name "libsecp256k1")
-      (version (git-version "20191213" "1" commit))
+      (version (git-version "20200615" "1" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1039,9 +1039,14 @@ trivial to build for local use.  Portability is emphasized over performance.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0zmx32746khsm2cx0p3pdy3j2vkwmafvf7axiixijhgcg0xjv93i"))
+                  "1fcpnksq5cqwqzshn5f0lq94b73p3frwbp04hgmmbnrndpqg6mpy"))
                 (file-name (git-file-name name version))))
       (build-system gnu-build-system)
+      (arguments
+	'(#:configure-flags '("--enable-module-recovery"
+			      "--enable-experimental"
+			      "--enable-module-ecdh"
+			      "--enable-shared")))
       (native-inputs
        `(("autoconf" ,autoconf)
          ("automake" ,automake)
-- 
2.28.0





  parent reply	other threads:[~2020-12-01 11:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01  9:46 [bug#44987] [PATCH] gnu: electrum: Update to 4.0.5 dftxbs3e
2020-12-01 11:25 ` [bug#44987] [PATCH 1/7] gnu: Add python-helpdev dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 2/7] gnu: Add python-qdarkstyle dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 3/7] gnu: Add python-bitstring dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 4/7] gnu: Add python-socks dftxbs3e
2020-12-01 11:25   ` [bug#44987] [PATCH 5/7] gnu: python-aiohttp-socks: Update to 0.5.5 dftxbs3e
2020-12-01 11:25   ` dftxbs3e [this message]
2020-12-01 11:25   ` [bug#44987] [PATCH 7/7] gnu: electrum: Update to 4.0.5 dftxbs3e

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=20201201112530.262013-6-dftxbs3e@free.fr \
    --to=dftxbs3e@free.fr \
    --cc=44987@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).