eclib: 20180815 -> 20190226 (#58801)
Needs a sage patch, see https://trac.sagemath.org/ticket/27360.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user