wxmaxima: 17.10.1 -> 18.02.0

Semi-automatic update. These checks were performed:

- built on NixOS
- found 18.02.0 with grep in /nix/store/q3pav5f98v0imlk0bsr295k8xf2w8njr-wxmaxima-18.02.0
- found 18.02.0 in filename of file in /nix/store/q3pav5f98v0imlk0bsr295k8xf2w8njr-wxmaxima-18.02.0

cc "@peti"
This commit is contained in:
Ryan Mulligan 2018-02-27 19:05:41 -08:00
parent 6a10134205
commit 84091451ec

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "wxmaxima-${version}";
version = "17.10.1";
version = "18.02.0";
src = fetchFromGitHub {
owner = "andrejv";
repo = "wxmaxima";
rev = "Version-${version}";
sha256 = "088h8dlc9chkppwl4ck9i0fgf2d1dcpi5kq8qbpr5w75vhwsb6qm";
sha256 = "0s7bdykc77slqix28cyaa6x8wvxrn8461mkdgxflvi2apwsl56aa";
};
buildInputs = [ wxGTK maxima gnome3.defaultIconTheme ];