mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: octave: Update to 9.4.0
* gnu/packages/maths.scm (octave-cli): Update to 9.4.0 Change-Id: I9891e6f2a85b5909725f5fa5b45edaaa65594cfa Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
e77a676f21
commit
ac19daa9d4
1 changed files with 2 additions and 2 deletions
|
@ -3169,7 +3169,7 @@ can solve two kinds of problems:
|
|||
(define-public octave-cli
|
||||
(package
|
||||
(name "octave-cli")
|
||||
(version "9.3.0")
|
||||
(version "9.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3177,7 +3177,7 @@ can solve two kinds of problems:
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ws5h5q9vzm8lwkxnvc39iikyvvxpb6q4jwcy9v3pqdp7m8nh93i"))))
|
||||
"0gbvrcblz6akpgm1vls7qjk97imq3j65pasd4jx9b7zpks813ygz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue