Skip to content

Commit f88a6fd

Browse files
authoredFeb 26, 2021
Revert "eclib: 20190909 -> 2021022"
1 parent ed113c9 commit f88a6fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/libraries/eclib/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ assert withFlint -> flint != null;
1414

1515
stdenv.mkDerivation rec {
1616
pname = "eclib";
17-
version = "20210223"; # upgrade might break the sage interface
17+
version = "20190909"; # upgrade might break the sage interface
1818
# sage tests to run:
1919
# src/sage/interfaces/mwrank.py
2020
# src/sage/libs/eclib
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323
owner = "JohnCremona";
2424
repo = pname;
2525
rev = "v${version}";
26-
sha256 = "sha256-xnSw5cdg4PLa0GT/blCYDz/IG5aj+HG2NHSlyCiH9g0=";
26+
sha256 = "0y1vdi4120gdw56gg2dn3wh625yr9wpyk3wpbsd25w4lv83qq5da";
2727
};
2828
buildInputs = [
2929
pari

0 commit comments

Comments
 (0)
Please sign in to comment.