gnu: octave: Upgrade to 4.0.0.

* gnu/packages/maths.scm (octave): Update to 4.0.0.
This commit is contained in:
Efraim Flashner 2015-11-08 18:44:06 +02:00
parent 552cb93c0a
commit 19659accef
1 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ extremely large and complex data collections.")
(define-public octave (define-public octave
(package (package
(name "octave") (name "octave")
(version "3.8.2") (version "4.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -409,7 +409,7 @@ extremely large and complex data collections.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05slz8yx8k91fqlnfr1f0vni95iq9qmchz41c7nf4isn3b2fjn7j")))) "101jr9yck798586jz4vkjcgk36zksmxf1pxrzvipgn2xgyay0zjc"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("lapack" ,lapack) `(("lapack" ,lapack)