summary refs log tree commit diff
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-08-29 18:36:09 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-08-29 18:36:09 +0200
commitb417e7c94613c0bb1ffa15f351844efda401bf34 (patch)
tree3589ebda8edb7c0bdc34c9a29a1dfca6f8d7f932
parent9d5c9e680534e4b7ae080feca0290ae68ddba74a (diff)
parent05b83fe6a23e5ca0b531fb47269c419d6a549d7b (diff)
downloadnixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.tar
nixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.tar.gz
nixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.tar.bz2
nixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.tar.lz
nixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.tar.xz
nixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.tar.zst
nixlib-b417e7c94613c0bb1ffa15f351844efda401bf34.zip
Merge pull request #3859 from ruediger/up/octave
octave: Update to 3.8.2.
-rw-r--r--pkgs/development/interpreters/octave/default.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/development/interpreters/octave/default.nix b/pkgs/development/interpreters/octave/default.nix
index 1addccb4bf88..eac067da2828 100644
--- a/pkgs/development/interpreters/octave/default.nix
+++ b/pkgs/development/interpreters/octave/default.nix
@@ -1,18 +1,16 @@
-{stdenv, fetchurl, gfortran, readline, ncurses, perl, flex, texinfo, qhull,
-libX11, graphicsmagick, pcre, liblapack, pkgconfig, mesa, fltk,
-fftw, fftwSinglePrec, zlib, curl, qrupdate
+{ stdenv, fetchurl, gfortran, readline, ncurses, perl, flex, texinfo, qhull
+, libX11, graphicsmagick, pcre, liblapack, pkgconfig, mesa, fltk
+, fftw, fftwSinglePrec, zlib, curl, qrupdate
 , qt ? null, ghostscript ? null, llvm ? null, hdf5 ? null,glpk ? null
 , suitesparse ? null, gnuplot ? null, openjdk ? null, python ? null
 }:
 
-let
-  version = "3.8.1";
-in
 stdenv.mkDerivation rec {
+  version = "3.8.2";
   name = "octave-${version}";
   src = fetchurl {
     url = "mirror://gnu/octave/${name}.tar.bz2";
-    sha256 = "1gcvzbgyz98mxzy3gjkdbdiirafkl73l9ywml11j412amp92wxnn";
+    sha256 = "83bbd701aab04e7e57d0d5b8373dd54719bebb64ce0a850e69bf3d7454f33bae";
   };
 
   buildInputs = [ gfortran readline ncurses perl flex texinfo qhull libX11