eclib: 20180815 -> 20190226 (#58801)

Needs a sage patch, see
https://trac.sagemath.org/ticket/27360.
This commit is contained in:
Timo Kaufmann
2019-04-02 15:39:20 +00:00
committed by GitHub
parent 91daa7d3ac
commit 69555825f8
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ assert withFlint -> flint != null;
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "eclib";
version = "20180815"; # upgrade might break the sage interface
version = "20190226"; # upgrade might break the sage interface
# sage tests to run:
# src/sage/interfaces/mwrank.py
# src/sage/libs/eclib
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
owner = "JohnCremona";
repo = "${pname}";
rev = "v${version}";
sha256 = "12syn83lnzx0xc4r1v3glfimbzndyilkpdmx50xrihbjz1hzczif";
sha256 = "1910np1xzyjzszay24xn4b81qhpsvhp5aix9vdpknplni2mq8kwb";
};
buildInputs = [
pari