diff options
author | Nicolas Graves <[email protected]> | 2024-08-29 18:25:43 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-10-04 19:43:38 +0200 |
commit | 2e433799c56684409be813c30c75f64862b6ab99 (patch) | |
tree | 4be23da4a669aa3c81de388371671b299810e251 /gnu/packages/maths.scm | |
parent | 9149aa79d902dd987b9f9471214fc1a7f78d2c82 (diff) |
gnu: scilab: Update to 2024.1.0.
* gnu/packages/maths.scm (scilab): Update to 2024.1.0.
* gnu/packages/patches/scilab-tbx_build_help.patch: Update patch.
Change-Id: I79197822aefba698b2383e3aa30fbc511da6954c
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/maths.scm')
-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 2106d73ef1..40b192c8b6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -9891,7 +9891,7 @@ computation is supported via MPI.") (define-public scilab (package (name "scilab") - (version "2024.0.0") + (version "2024.1.0") (source (origin (method git-fetch) @@ -9901,7 +9901,7 @@ computation is supported via MPI.") (file-name (git-file-name name version)) (sha256 (base32 - "08nyfli3x7gd396ffd1a8zn9fj3gm6a8yw0ggm547c09sp2rgvl7")) + "1qk0pf1cwcvdqjza9xqkynd90ywq0yh421bz59w5zjzbs40ijnrx")) (patches (search-patches "scilab-better-compiler-detection.patch" "scilab-tbx_build_help.patch")) (modules '((guix build utils) |