From 32158110b02952150bbdc29ac874bb2d6e4c194e Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Wed, 4 Mar 2015 16:01:30 +0800 Subject: gnu: octave: Update to 3.8.2. * gnu/packages/maths.scm (octave): Update to 3.8.2. --- gnu/packages/maths.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 8c4eb3bd2f..ea9a22c613 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2014 Federico Beffa ;;; Copyright © 2014 Mathieu Lirzin ;;; Copyright © 2015 Ricardo Wurmus +;;; Copyright © 2015 Sou Bunnbu ;;; ;;; This file is part of GNU Guix. ;;; @@ -336,7 +337,7 @@ (define-public hdf5 (define-public octave (package (name "octave") - (version "3.8.0") + (version "3.8.2") (source (origin (method url-fetch) @@ -344,7 +345,7 @@ (define-public octave version ".tar.gz")) (sha256 (base32 - "0ks9pr154syw0vb3jn6xsnrkkrbvf9y7i7gaxa28rz6ngxbxvq9l")))) + "05slz8yx8k91fqlnfr1f0vni95iq9qmchz41c7nf4isn3b2fjn7j")))) (build-system gnu-build-system) (inputs `(("lapack" ,lapack) -- cgit v1.2.3