guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: scilab: Update to 5.5.2.


From: guix-commits
Subject: 02/02: gnu: scilab: Update to 5.5.2.
Date: Fri, 18 Aug 2023 14:17:02 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit c82b83a859e4c8396c9e371643b19911438212f1
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Fri Aug 18 20:12:22 2023 +0200

    gnu: scilab: Update to 5.5.2.
    
    * gnu/packages/maths.scm (scilab): Update to 5.5.2.
---
 gnu/packages/maths.scm | 6 +++---
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]