wxmaxima: update to version 19.03.0
This commit is contained in:
parent
82254747af
commit
1c6a193b3e
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wxmaxima-${version}";
|
name = "wxmaxima-${version}";
|
||||||
version = "18.02.0";
|
version = "19.03.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andrejv";
|
owner = "andrejv";
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Cross platform GUI for the computer algebra system Maxima";
|
description = "Cross platform GUI for the computer algebra system Maxima";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = http://wxmaxima.sourceforge.net;
|
homepage = https://wxmaxima-developers.github.io/wxmaxima/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.peti ];
|
maintainers = [ maintainers.peti ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user