wxmaxima: update to version 19.03.0

This commit is contained in:
Peter Simons 2019-03-05 12:48:58 +01:00
parent 82254747af
commit 1c6a193b3e
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "wxmaxima-${version}";
version = "18.02.0";
version = "19.03.0";
src = fetchFromGitHub {
owner = "andrejv";
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Cross platform GUI for the computer algebra system Maxima";
license = licenses.gpl2;
homepage = http://wxmaxima.sourceforge.net;
homepage = https://wxmaxima-developers.github.io/wxmaxima/;
platforms = platforms.linux;
maintainers = [ maintainers.peti ];
};