mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02: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:
@@ -3169,7 +3169,7 @@ can solve two kinds of problems:
|
|||||||
(define-public octave-cli
|
(define-public octave-cli
|
||||||
(package
|
(package
|
||||||
(name "octave-cli")
|
(name "octave-cli")
|
||||||
(version "9.3.0")
|
(version "9.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@@ -3177,7 +3177,7 @@ can solve two kinds of problems:
|
|||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ws5h5q9vzm8lwkxnvc39iikyvvxpb6q4jwcy9v3pqdp7m8nh93i"))))
|
"0gbvrcblz6akpgm1vls7qjk97imq3j65pasd4jx9b7zpks813ygz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
|
|||||||
Reference in New Issue
Block a user