diff options
| author | Andy Tai <atai@atai.org> | 2026-02-23 23:37:48 -0800 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-24 16:20:33 +0000 |
| commit | 70f782183395346d0bc2bcb465af38c432f9f116 (patch) | |
| tree | cc2af204f9e7b6ee08ffcf62047aa6509e7a5a19 /gnu | |
| parent | 0ab736f9fda5d9812b3a7930b819c2f5451444a4 (diff) | |
gnu: octave-cli: Update to 11.1.0.
* gnu/packages/maths.scm (octave-cli): Update to 11.1.0.
Merges: https://codeberg.org/guix/guix/pulls/6659
Change-Id: Ia7983b395b8507e4f58714fab5ad7883914091d9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 37085ef93fa..220637a7a7f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3388,7 +3388,7 @@ can solve two kinds of problems: (define-public octave-cli (package (name "octave-cli") - (version "10.3.0") + (version "11.1.0") (source (origin (method url-fetch) @@ -3396,7 +3396,7 @@ can solve two kinds of problems: version ".tar.xz")) (sha256 (base32 - "18ad4mpq9kgxqmab3khgjk9lk6vimbvv9l4zvz98na6dxpr9pblj")))) + "0snbwck636nj76rx3ahcki36msxn2j87gphixlmqm7l0q472sglb")))) (build-system gnu-build-system) (inputs (list alsa-lib |
