diff options
| author | Timo Kaufmann <timokau@zoho.com> | 2021-02-26 13:25:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-26 13:25:02 +0000 |
| commit | f88a6fd6cf8c97a85b2a835bfecbeb762d801b22 (patch) | |
| tree | 5a739af84a70ea41545e98cc72e99e20ac4af4fe | |
| parent | tdesktop: 2.6.0 -> 2.6.1 (diff) | |
| download | nixpkgs-origin/revert-114425-auto-update/eclib.tar.gz | |
Revert "eclib: 20190909 -> 20210223"origin/revert-114425-auto-update/eclib
| -rw-r--r-- | pkgs/development/libraries/eclib/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/eclib/default.nix b/pkgs/development/libraries/eclib/default.nix index a8697207ed1a..4709441a1011 100644 --- a/pkgs/development/libraries/eclib/default.nix +++ b/pkgs/development/libraries/eclib/default.nix @@ -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 |
