eclib: 20210223 -> 20190909

This reverts commits 003705ef08
and ef615b5a61.
This commit is contained in:
Mauricio Collares
2021-04-22 14:06:56 +09:00
committed by Masanori Ogino
parent a0f410646c
commit 00d2e24395
3 changed files with 2 additions and 136 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ assert withFlint -> flint != null;
stdenv.mkDerivation rec {
pname = "eclib";
version = "20210223"; # upgrade might break the sage interface
version = "20190909"; # upgrade might break the sage interface
# sage tests to run:
# src/sage/interfaces/mwrank.py
# src/sage/libs/eclib
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "JohnCremona";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xnSw5cdg4PLa0GT/blCYDz/IG5aj+HG2NHSlyCiH9g0=";
sha256 = "0y1vdi4120gdw56gg2dn3wh625yr9wpyk3wpbsd25w4lv83qq5da";
};
buildInputs = [
pari