diff options
author | Andreas Enge <andreas@enge.fr> | 2023-08-18 20:12:22 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-18 20:12:22 +0200 |
commit | c82b83a859e4c8396c9e371643b19911438212f1 (patch) | |
tree | 5887dbf6682f442d0362e78264decea3ae104c4f | |
parent | 48648031a5e758796500fbb353c41c2f76397493 (diff) |
gnu: scilab: Update to 5.5.2.
* gnu/packages/maths.scm (scilab): Update to 5.5.2.
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d34d52c8d2..1666d6e420 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -8457,15 +8457,15 @@ computation is supported via MPI.") (define-public scilab (package (name "scilab") - (version "5.5.0") + (version "5.5.2") (source (origin (method url-fetch) (uri - (string-append "https://oos.eu-west-2.outscale.com/scilab-releases/" + (string-append "https://www.scilab.org/download/" version "/scilab-" version "-src.tar.gz")) (sha256 - (base32 "1hx57aji5d78brwqcf8a34i1hasm3h4nw46xjg7cgxj09s8yz5kq")))) + (base32 "0phg9pn24yw98hbh475ik84dnikf1225b2knh7qbhdbdx6fm2d57")))) (build-system gnu-build-system) (native-inputs (list pkg-config gfortran)) (inputs (list libxml2 |