gnuplot: 5.2.3 -> 5.2.4 (#41505)

http://www.gnuplot.info/ReleaseNotes_5_2_4.html
This commit is contained in:
Will Dietz
2018-06-06 05:20:15 +00:00
committed by Orivej Desh
parent 134a2b8af4
commit e32cdcb7e6
+2 -2
View File
@@ -20,11 +20,11 @@ let
withX = libX11 != null && !aquaterm && !stdenv.isDarwin; withX = libX11 != null && !aquaterm && !stdenv.isDarwin;
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gnuplot-5.2.3"; name = "gnuplot-5.2.4";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/gnuplot/${name}.tar.gz"; url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
sha256 = "0977vgjszjpqhz2jahq07zmcmi0k9d6v7wq70ph2klfrb29qrdgy"; sha256 = "1jvh8xmd2cvrhlsg88kxwh55wkwx31sg50v1n59slfippl0g058m";
}; };
nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools; nativeBuildInputs = [ makeWrapper pkgconfig texinfo ] ++ lib.optional withQt qttools;