mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: octave-cli: Update to 9.1.0.
* gnu/packages/maths.scm (octave-cli): Update to 9.1.0. Change-Id: I8b8c3245644e0958d13d635f514d7fcc1d656a91 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1977fa35c5
commit
6cf91aa1c8
1 changed files with 2 additions and 2 deletions
|
@ -2926,7 +2926,7 @@ (define (compile-file top-dir)
|
|||
(define-public octave-cli
|
||||
(package
|
||||
(name "octave-cli")
|
||||
(version "8.4.0")
|
||||
(version "9.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2934,7 +2934,7 @@ (define-public octave-cli
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a58zyrl1lx6b6wr2jbf6w806vjxr3jzbh6n85iinag47qxdg6kg"))))
|
||||
"0jqk3amfkqzn1c5rzb9gm3v7r2y5xcgx6cgi4r5w8mpa9814nrgd"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
|
Loading…
Reference in a new issue