Merge pull request #32492 from dtzWill/update/gnuplot-5.2.2

gnuplot: 5.2.1 -> 5.2.2
This commit is contained in:
Orivej Desh 2017-12-09 09:35:44 +00:00 committed by GitHub
commit f0f64fb8f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,11 +21,11 @@ let
withX = libX11 != null && !aquaterm && !stdenv.isDarwin;
in
stdenv.mkDerivation rec {
name = "gnuplot-5.2.1";
name = "gnuplot-5.2.2";
src = fetchurl {
url = "mirror://sourceforge/gnuplot/${name}.tar.gz";
sha256 = "123yh0ysahn71nlibsz5qkq18rlf18qqfhrlkvl925ijdgxv1ikx";
sha256 = "18diyy7aib9mn098x07g25c7jij1x7wbfpicz0z8gwxx08px45m4";
};
buildInputs =