me
/
guix
Archived
1
0
Fork 0

gnu: octave: Update to 8.1.0.

* gnu/packages/maths.scm (octave): Update to 8.1.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Greg Hogan 2023-03-22 14:12:20 +00:00 committed by Maxim Cournoyer
parent 1197773b13
commit c494ef1abb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3041,7 +3041,7 @@ can solve two kinds of problems:
(define-public octave-cli
(package
(name "octave-cli")
(version "7.3.0")
(version "8.1.0")
(source
(origin
(method url-fetch)
@ -3049,7 +3049,7 @@ can solve two kinds of problems:
version ".tar.xz"))
(sha256
(base32
"1wap9p9imxxqpnm27rxcvpjahk1wg440lzlygjb6iyncxdmfw255"))))
"00lis18dsb13v9nvz0z4cs7v4y634jc0vb04lxfw9pshwriikglv"))))
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)