mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: octave: Upgrade to 4.0.0.
* gnu/packages/maths.scm (octave): Update to 4.0.0.
This commit is contained in:
parent
552cb93c0a
commit
19659accef
1 changed files with 2 additions and 2 deletions
|
@ -401,7 +401,7 @@ (define-public hdf5
|
|||
(define-public octave
|
||||
(package
|
||||
(name "octave")
|
||||
(version "3.8.2")
|
||||
(version "4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -409,7 +409,7 @@ (define-public octave
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05slz8yx8k91fqlnfr1f0vni95iq9qmchz41c7nf4isn3b2fjn7j"))))
|
||||
"101jr9yck798586jz4vkjcgk36zksmxf1pxrzvipgn2xgyay0zjc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("lapack" ,lapack)
|
||||
|
|
Loading…
Reference in a new issue