gnu: octave: Update to 4.4.0.

* gnu/packages/maths.scm (octave): Update to 4.4.0.
This commit is contained in:
Kei Kebreau 2018-05-05 10:21:38 -04:00
parent f0dd127d0a
commit de658cc2f8
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -1332,7 +1332,7 @@ (define-public ceres
(define-public octave
(package
(name "octave")
(version "4.2.2")
(version "4.4.0")
(source
(origin
(method url-fetch)
@ -1340,7 +1340,7 @@ (define-public octave
version ".tar.lz"))
(sha256
(base32
"0pkkz1vazsh7ipffb09q0nc2jgx6q27pkkngygjij6jrpcly5zsp"))))
"0nm766737gbkq9wqry54a026k3dg7rb1065kngfpwgjz8b544xbp"))))
(build-system gnu-build-system)
(inputs
`(("lapack" ,lapack)