me
/
guix
Archived
1
0
Fork 0

gnu: octave, octave-cli: Update to 6.1.0.

* gnu/packages/maths.scm (octave, octave-cli): Update to 6.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2020-12-15 19:21:15 +00:00 committed by Ludovic Courtès
parent d6d590ce0a
commit 20cf7f75ff
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1906,7 +1906,7 @@ can solve two kinds of problems:
(define-public octave-cli
(package
(name "octave-cli")
(version "5.2.0")
(version "6.1.0")
(source
(origin
(method url-fetch)
@ -1914,7 +1914,7 @@ can solve two kinds of problems:
version ".tar.lz"))
(sha256
(base32
"1848dq6nxzal8gwjrcp6xhi5gq96w89nss9d9rz75q408gb3mbl6"))))
"0355s0pi8603ccs2j08zym3nalgalslxn83s37zq8nkrrkwxrjfk"))))
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)