Skip to content

Commit

Permalink
maxima: 5.39.0 -> 5.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Aug 5, 2017
1 parent d3203c7 commit eb7312c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/maxima/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tk ? null, gnuplot ? null, ecl ? null, ecl-fasl ? false

let
name = "maxima";
version = "5.39.0";
version = "5.40.0";

searchPath =
stdenv.lib.makeBinPath
Expand All @@ -15,7 +15,7 @@ stdenv.mkDerivation ({

src = fetchurl {
url = "mirror://sourceforge/${name}/${name}-${version}.tar.gz";
sha256 = "1cvignn5y6qzrby6qb885yc8zdcdqdr1d50vcvc3gapw2f0gk3zm";
sha256 = "15pp35ayglv723bjbqc60gcdv2bm54s6pywsm4i4cwbjsf64dzkl";
};

buildInputs = stdenv.lib.filter (x: x != null)
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18331,7 +18331,6 @@ with pkgs;
geogebra = callPackage ../applications/science/math/geogebra { };

maxima = callPackage ../applications/science/math/maxima {
sbcl = sbcl_1_3_12;
ecl = null;
};
maxima-ecl = callPackage ../applications/science/math/maxima {
Expand Down

0 comments on commit eb7312c

Please sign in to comment.