wxmaxima: 18.02.0 -> 20.02.4 (#82323)

The commit description is 18.02.0 -> 20.02.4, because in the last version bump (1c6a193b3e), the version string was changed, but the hash was not.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
This commit is contained in:
xaverdh
2020-03-11 12:07:53 -04:00
committed by GitHub
co-authored by Dmitry Kalinkin
parent 51dc179535
commit 5ac085c3cc
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wxmaxima"; pname = "wxmaxima";
version = "19.03.0"; version = "20.02.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andrejv"; owner = "wxMaxima-developers";
repo = "wxmaxima"; repo = "wxmaxima";
rev = "Version-${version}"; rev = "Version-${version}";
sha256 = "0s7bdykc77slqix28cyaa6x8wvxrn8461mkdgxflvi2apwsl56aa"; sha256 = "106a7jrjwfmymzj70nsv44fm3jbxngr8pmkaghhpwy0ln38lhf54";
}; };
buildInputs = [ wxGTK maxima gnome3.adwaita-icon-theme ]; buildInputs = [ wxGTK maxima gnome3.adwaita-icon-theme ];
@@ -21,12 +21,10 @@ stdenv.mkDerivation rec {
gappsWrapperArgs+=(--prefix PATH ":" ${maxima}/bin) gappsWrapperArgs+=(--prefix PATH ":" ${maxima}/bin)
''; '';
enableParallelBuilding = true;
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 = https://wxmaxima-developers.github.io/wxmaxima/; homepage = "https://wxmaxima-developers.github.io/wxmaxima/";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.peti ]; maintainers = [ maintainers.peti ];
}; };