Skip to content

Commit

Permalink
Revert "eclib: 20190909 -> 20210223"
Browse files Browse the repository at this point in the history
  • Loading branch information
timokau committed Feb 26, 2021
1 parent ed113c9 commit f88a6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/eclib/default.nix
Expand Up @@ -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
Expand All @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "JohnCremona";
repo = pname;
rev = "v${version}";
sha256 = "sha256-xnSw5cdg4PLa0GT/blCYDz/IG5aj+HG2NHSlyCiH9g0=";
sha256 = "0y1vdi4120gdw56gg2dn3wh625yr9wpyk3wpbsd25w4lv83qq5da";
};
buildInputs = [
pari
Expand Down

0 comments on commit f88a6fd

Please sign in to comment.