gnu: octave: Update to 4.2.2.

* gnu/packages/maths.scm (octave): Update to 4.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-15 00:17:26 +01:00
parent 1a7cc9efcd
commit 47653b3933
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1308,7 +1308,7 @@ (define-public ceres
(define-public octave (define-public octave
(package (package
(name "octave") (name "octave")
(version "4.2.1") (version "4.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1316,7 +1316,7 @@ (define-public octave
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"09zhhch79jw3ynw39vizx0i2cbd2bjz3sp38pjdzraqrbivpwp92")))) "0pkkz1vazsh7ipffb09q0nc2jgx6q27pkkngygjij6jrpcly5zsp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("lapack" ,lapack) `(("lapack" ,lapack)