summary refs log tree commit diff
path: root/pkgs/development/libraries/eclib
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-08-15 15:00:54 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-08-16 00:46:41 +0200
commit8c3db41c548b7eecb02ec1876a6d95b728db0011 (patch)
treecf4641fdc07cef383bc6005231493f932f0c68a4 /pkgs/development/libraries/eclib
parentcc288eef072c5feb6dd74740799a1349ef8fa58e (diff)
downloadnixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.tar
nixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.tar.gz
nixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.tar.bz2
nixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.tar.lz
nixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.tar.xz
nixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.tar.zst
nixpkgs-8c3db41c548b7eecb02ec1876a6d95b728db0011.zip
eclib: 20180710 -> 20180815
Diffstat (limited to 'pkgs/development/libraries/eclib')
-rw-r--r--pkgs/development/libraries/eclib/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/development/libraries/eclib/default.nix b/pkgs/development/libraries/eclib/default.nix
index 62014489f30..2a43cbe8ee5 100644
--- a/pkgs/development/libraries/eclib/default.nix
+++ b/pkgs/development/libraries/eclib/default.nix
@@ -16,7 +16,7 @@ assert withFlint -> flint != null;
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
   pname = "eclib";
-  version = "20180710"; # upgrade might break the sage interface
+  version = "20180815"; # upgrade might break the sage interface
   # sage tests to run:
   # src/sage/interfaces/mwrank.py
   # src/sage/libs/eclib
@@ -25,16 +25,8 @@ stdenv.mkDerivation rec {
     owner = "JohnCremona";
     repo = "${pname}";
     rev = "v${version}";
-    sha256 = "1kmwpw971sipb4499c9b35q5pz6sms5qndqrvq7396d8hhwjg1i2";
+    sha256 = "12syn83lnzx0xc4r1v3glfimbzndyilkpdmx50xrihbjz1hzczif";
   };
-  patches = [
-    # One of the headers doesn't get installed.
-    # See https://github.com/NixOS/nixpkgs/pull/43476.
-    (fetchpatch {
-      url = "https://github.com/JohnCremona/eclib/pull/42/commits/c9b96429815e31a6e3372c106e31eef2a96431f9.patch";
-      sha256 = "0cw26h94m66rbh8jjsfnb1bvc6z7ybh8zcp8xl5nhxjxiawhcl73";
-    })
-  ];
   buildInputs = [
     pari
     ntl