From fe1ab8e4a6bb17246084583db547a06b26a5feb6 Mon Sep 17 00:00:00 2001 From: Nels Nelson Date: Thu, 18 Oct 2018 21:11:15 -0500 Subject: [PATCH] Use commit of secp256k1 that actually builds. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bba4bce..46486ba 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ # Version of libsecp256k1 to download if none exists in the `libsecp256k1` # directory -LIB_TARBALL_URL = "https://github.com/bitcoin-core/secp256k1/archive/c5b32e16c4d2560ce829caf88a413fc06fd83d09.tar.gz" +LIB_TARBALL_URL = "https://github.com/bitcoin-core/secp256k1/archive/1086fda4c1975d0cad8d3cad96794a64ec12dca4.tar.gz" # We require setuptools >= 3.3