3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
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

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)