We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ed113c9 commit f88a6fdCopy full SHA for f88a6fd
pkgs/development/libraries/eclib/default.nix
@@ -14,7 +14,7 @@ assert withFlint -> flint != null;
14
15
stdenv.mkDerivation rec {
16
pname = "eclib";
17
- version = "20210223"; # upgrade might break the sage interface
+ version = "20190909"; # upgrade might break the sage interface
18
# sage tests to run:
19
# src/sage/interfaces/mwrank.py
20
# src/sage/libs/eclib
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
23
owner = "JohnCremona";
24
repo = pname;
25
rev = "v${version}";
26
- sha256 = "sha256-xnSw5cdg4PLa0GT/blCYDz/IG5aj+HG2NHSlyCiH9g0=";
+ sha256 = "0y1vdi4120gdw56gg2dn3wh625yr9wpyk3wpbsd25w4lv83qq5da";
27
};
28
buildInputs = [
29
pari
0 commit comments