mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: octave-cli: Update to 10.3.0.
* gnu/packages/maths.scm (octave-cli): Update to 10.3.0. Change-Id: Ifc58fb06aba5899838536ac903b4150518d0384e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
394a2accac
commit
fc6223a598
1 changed files with 2 additions and 2 deletions
|
|
@ -3430,7 +3430,7 @@ can solve two kinds of problems:
|
|||
(define-public octave-cli
|
||||
(package
|
||||
(name "octave-cli")
|
||||
(version "10.2.0")
|
||||
(version "10.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -3438,7 +3438,7 @@ can solve two kinds of problems:
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0szpna905qz9fskpnmc4sv4xpna2a2rkxs22d20nx1l16gwb1869"))))
|
||||
"18ad4mpq9kgxqmab3khgjk9lk6vimbvv9l4zvz98na6dxpr9pblj"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue