From e9d60ebadbea90a63138e5423b619d132410781a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 1 Mar 2017 11:31:30 +0200 Subject: gnu: octave: Update to 4.2.1. * gnu/packages/maths.scm (octave): Update to 4.2.1. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1f4f388c65..913a403dab 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -923,7 +923,7 @@ can solve two kinds of problems: (define-public octave (package (name "octave") - (version "4.2.0") + (version "4.2.1") (source (origin (method url-fetch) @@ -931,7 +931,7 @@ can solve two kinds of problems: version ".tar.lz")) (sha256 (base32 - "19vvliwxgip0af812vny5xy5r8kacyj7v62203mh4z2n3p14b78i")))) + "09zhhch79jw3ynw39vizx0i2cbd2bjz3sp38pjdzraqrbivpwp92")))) (build-system gnu-build-system) (inputs `(("lapack" ,lapack) -- cgit v1.2.3