octave: update to 4.0.1

bugfix release, they say.
This commit is contained in:
Lluís Batlle i Rossell 2016-03-24 12:02:48 +01:00
parent 74ccfd690d
commit 1f8ffdde5b

View file

@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
version = "4.0.0";
version = "4.0.1";
name = "octave-${version}";
src = fetchurl {
url = "mirror://gnu/octave/${name}.tar.xz";
sha256 = "0x64b2lna4vrlm4wwx6h1qdlmki6s2b9q90yjxldlvvrqvxf4syg";
sha256 = "11y2w6jgngj4rxiy136mkcs02l52rxk60kapyfc4rgrxz5hli3ym";
};
buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11