me
/
guix
Archived
1
0
Fork 0

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>
master
Greg Hogan 2022-06-28 15:22:47 +00:00 committed by Guillaume Le Vaillant
parent d921516f50
commit 4eddce8ce9
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

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)