gnu: octave, octave-cli: Update to 5.1.0.

* gnu/packages/maths.scm (octave, octave-cli): Update to 5.1.0.
master
Kei Kebreau 2019-03-05 10:36:18 -05:00
parent e366521a94
commit 5b8f892872
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -1397,7 +1397,7 @@ can solve two kinds of problems:
(define-public octave-cli
(package
(name "octave-cli")
(version "4.4.1")
(version "5.1.0")
(source
(origin
(method url-fetch)
@ -1405,7 +1405,7 @@ can solve two kinds of problems:
version ".tar.lz"))
(sha256
(base32
"0jsdgizlv02an2ppfjwk5qf209zpwi3317yb7jvlsjzxnir3lvhy"))))
"11wwxpy2q1bhxs2v41bqn05i2sb0905cj1xil6mg8l4k2kka4cq6"))))
(build-system gnu-build-system)
(inputs
`(("lapack" ,lapack)