about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2020-01-05 11:07:38 +0100
committerTimo Kaufmann <timokau@zoho.com>2020-01-05 11:07:38 +0100
commit58edcdc6baba122cfb1c04c6ba6680486c28adfa (patch)
tree1f8ed3707af650a6d85d4e43239ef11ad86c6057
parent8440abe7e6f8f85eca9fd8ad9f8471971202c905 (diff)
ntl: 11.4.2 -> 11.4.3
Upstream[1]:

> I uploaded NTL 11.4.3 to https://www.shoup.net/ntl/
> This fixes an embarrassing build problem in 11.4.2.

[1] https://groups.google.com/forum/#!topic/sage-devel/V5zHWIpRIJo
-rw-r--r--pkgs/development/libraries/ntl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/ntl/default.nix b/pkgs/development/libraries/ntl/default.nix
index 699931b686b42..a4d1e275a0a81 100644
--- a/pkgs/development/libraries/ntl/default.nix
+++ b/pkgs/development/libraries/ntl/default.nix
@@ -14,11 +14,11 @@ assert withGf2x -> gf2x != null;
 
 stdenv.mkDerivation rec {
   pname = "ntl";
-  version = "11.4.2";
+  version = "11.4.3";
 
   src = fetchurl {
     url = "http://www.shoup.net/ntl/ntl-${version}.tar.gz";
-    sha256 = "11r3f37psdbjw926kf6bn5bp69aj88f5cchvv1xh2bhrcjdp4r1b";
+    sha256 = "1lisp3064rch3jaa2wrhy1s9kll7i3ka3d0y6lj6l3l4ckfcrhdp";
   };
 
   buildInputs = [