gnu: octave: Update to 7.2.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2022-09-09 14:31:46 +00:00 committed by Ludovic Courtès
parent 7534d8067f
commit ca428f944f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2747,7 +2747,7 @@ (define (compile-file top-dir)
(define-public octave-cli (define-public octave-cli
(package (package
(name "octave-cli") (name "octave-cli")
(version "7.1.0") (version "7.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2755,7 +2755,7 @@ (define-public octave-cli
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0wv26nsfi6cq80np6p4av4wfrvbaflca6szajf6c60mbpdg63m1z")))) "0w81ncl9d4x1ay3ylsag87k20c0byiyjcmfd9kb7b7ylr71pivsa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)