sage: 8.8.beta6 -> 8.8.beta7

This commit is contained in:
Timo Kaufmann
2019-06-27 22:02:57 +02:00
parent 9f434d7080
commit c76e8fa86e
3 changed files with 11 additions and 10 deletions
@@ -130,7 +130,7 @@ let
singular = pkgs.singular.override { inherit flint; };
# https://trac.sagemath.org/ticket/26625
maxima-ecl = pkgs.maxima-ecl-5_41;
maxima-ecl = pkgs.maxima-ecl;
# *not* to confuse with the python package "pynac"
pynac = pkgs.pynac.override { inherit singular flint; };