about summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-15 10:54:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-15 10:54:50 +0000
commit43e167641f7cd3cb676bc5ff87d2819ccbfb13fe (patch)
treeecf971225165a150660e70344ebd4a20cdda176f /pkgs/tools/graphics
parent39a69da1217601401f4ba8dd5102a68461475865 (diff)
downloadnixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.tar
nixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.tar.gz
nixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.tar.bz2
nixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.tar.lz
nixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.tar.xz
nixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.tar.zst
nixlib-43e167641f7cd3cb676bc5ff87d2819ccbfb13fe.zip
Updating octave and gnuplot.
svn path=/nixpkgs/trunk/; revision=20007
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/gnuplot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/gnuplot/default.nix b/pkgs/tools/graphics/gnuplot/default.nix
index 5142d1129aa8..303bc38741c9 100644
--- a/pkgs/tools/graphics/gnuplot/default.nix
+++ b/pkgs/tools/graphics/gnuplot/default.nix
@@ -19,10 +19,10 @@ assert x11Support -> ((libX11 != null) &&
 assert (wxGTK != null) -> x11Support;
 
 stdenv.mkDerivation {
-  name = "gnuplot-4.2.5";
+  name = "gnuplot-4.2.6";
   src = fetchurl {
-    url = "mirror://sourceforge/gnuplot/gnuplot-4.2.5.tar.gz";
-    sha256 = "1y0imxy9bflzny98n1wvv19bqxfsvsxbl8z12k46qnna0vg7wiw9";
+    url = "mirror://sourceforge/gnuplot/gnuplot-4.2.6.tar.gz";
+    sha256 = "10lfmbib3wrzfhvjqk7ffc29fb2aw6m84p4cx6znmgbpc3mw5yw1";
   };
 
   configureFlags = if x11Support then ["--with-x"] else ["--without-x"];