eclib: 20180710 -> 20180815

+2 -10
+2 -10
pkgs/development/libraries/eclib/default.nix
··· 16 16 stdenv.mkDerivation rec { 17 17 name = "${pname}-${version}"; 18 18 pname = "eclib"; 19 - version = "20180710"; # upgrade might break the sage interface 19 + version = "20180815"; # upgrade might break the sage interface 20 20 # sage tests to run: 21 21 # src/sage/interfaces/mwrank.py 22 22 # src/sage/libs/eclib ··· 25 25 owner = "JohnCremona"; 26 26 repo = "${pname}"; 27 27 rev = "v${version}"; 28 - sha256 = "1kmwpw971sipb4499c9b35q5pz6sms5qndqrvq7396d8hhwjg1i2"; 28 + sha256 = "12syn83lnzx0xc4r1v3glfimbzndyilkpdmx50xrihbjz1hzczif"; 29 29 }; 30 - patches = [ 31 - # One of the headers doesn't get installed. 32 - # See https://github.com/NixOS/nixpkgs/pull/43476. 33 - (fetchpatch { 34 - url = "https://github.com/JohnCremona/eclib/pull/42/commits/c9b96429815e31a6e3372c106e31eef2a96431f9.patch"; 35 - sha256 = "0cw26h94m66rbh8jjsfnb1bvc6z7ybh8zcp8xl5nhxjxiawhcl73"; 36 - }) 37 - ]; 38 30 buildInputs = [ 39 31 pari 40 32 ntl