New commits:
commit 9ce1840516717d10de941b8dad2f5c5fe54620e8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>
gnuplot: version bump and build workaround for wxt with current gtk+2 and
gtk+3
diff --git a/utils/gnuplot/BUILD b/utils/gnuplot/BUILD
index 5937f40..280e7e7 100755
--- a/utils/gnuplot/BUILD
+++ b/utils/gnuplot/BUILD
@@ -1,2 +1,5 @@
-OPTS="--without-tutorial $OPTS" &&
+# disable-raise-console needed because of
+# https://sourceforge.net/p/gnuplot/mailman/message/34739833/
+# Gtk2 and gtk3 removed a function that is still used in the wxt code.
+OPTS="--without-tutorial --disable-raise-console OPTS" &&
default_build
diff --git a/utils/gnuplot/DETAILS b/utils/gnuplot/DETAILS
index 0bab80f..d1925dc 100755
--- a/utils/gnuplot/DETAILS
+++ b/utils/gnuplot/DETAILS
@@ -8,11 +8,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs