3
0
Fork 0
forked from mirrors/nixpkgs

octave: updating to 3.6.2 (bugfix release)

I don't know what they fixed.
This commit is contained in:
Lluís Batlle i Rossell 2012-07-27 16:11:08 +02:00
parent 1dacb511e2
commit 54146ea191

View file

@ -3,10 +3,10 @@ libX11, graphicsmagick, pcre, liblapack, texLive, pkgconfig, mesa, fltk,
fftw, fftwSinglePrec, zlib, curl, qrupdate }:
stdenv.mkDerivation rec {
name = "octave-3.6.1";
name = "octave-3.6.2";
src = fetchurl {
url = "mirror://gnu/octave/${name}.tar.bz2";
sha256 = "1xmd9rqpwzn6z808i3brw1w9lh083vpjg046cj4gg3qdazkkw1zq";
sha256 = "1bn48ldhx585iyrylnz59b6mb3wlpvmz2i3ri8q75s5ys29rpdhb";
};
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11