1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 03:04:08 +02:00

gnu: octave: Update to 7.1.0.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Greg Hogan
2022-06-28 15:22:47 +00:00
committed by Guillaume Le Vaillant
parent d921516f50
commit 4eddce8ce9
+2 -2
View File
@@ -2657,7 +2657,7 @@ can solve two kinds of problems:
(define-public octave-cli
(package
(name "octave-cli")
(version "6.2.0")
(version "7.1.0")
(source
(origin
(method url-fetch)
@@ -2665,7 +2665,7 @@ can solve two kinds of problems:
version ".tar.xz"))
(sha256
(base32
"06id09zspya24gshcwgp039cp35c06150mdlxysawgnbrhj16wkv"))))
"0wv26nsfi6cq80np6p4av4wfrvbaflca6szajf6c60mbpdg63m1z"))))
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)