[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: libsecp256k1: Update to 20200615-1-dbd41db.
From: |
guix-commits |
Subject: |
07/10: gnu: libsecp256k1: Update to 20200615-1-dbd41db. |
Date: |
Mon, 28 Dec 2020 06:22:43 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 90f5020c681ba522a9603e4c430f33f09d55d0cb
Author: John Doe <dftxbs3e@free.fr>
AuthorDate: Sun Dec 27 23:26:52 2020 +0100
gnu: libsecp256k1: Update to 20200615-1-dbd41db.
* gnu/packages/crypto.scm (libsecp256k1):
Update to 20200615-1-dbd41db.
[arguments]: Add "--enable-module-recovery",
"--enable-experimental", "--enable-module-ecdh" and
"--enable-shared" to #:configure-flags.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 1b51366..399bc64 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)
- branch master updated (98471d5 -> 3742c7f), guix-commits, 2020/12/28
- 01/10: gnu: Add python-qtpy., guix-commits, 2020/12/28
- 03/10: gnu: Add python-qdarkstyle., guix-commits, 2020/12/28
- 04/10: gnu: Add python-bitstring., guix-commits, 2020/12/28
- 05/10: gnu: Add python-socks., guix-commits, 2020/12/28
- 02/10: gnu: Add python-helpdev., guix-commits, 2020/12/28
- 06/10: gnu: python-aiohttp-socks: Update to 0.5.5., guix-commits, 2020/12/28
- 07/10: gnu: libsecp256k1: Update to 20200615-1-dbd41db.,
guix-commits <=
- 08/10: gnu: electrum: Update to 4.0.9., guix-commits, 2020/12/28
- 10/10: gnu: pythonbitstring: Run tests., guix-commits, 2020/12/28
- 09/10: gnu: python-helpdev: Enable tests., guix-commits, 2020/12/28