[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61204] [PATCH 6/6] gnu: scilab: Update to 5.5.2.
From: |
Nicolas Graves |
Subject: |
[bug#61204] [PATCH 6/6] gnu: scilab: Update to 5.5.2. |
Date: |
Wed, 1 Feb 2023 02:12:15 +0100 |
* gnu/packages/maths.scm (scilab): Update to 5.5.2.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5f944a1d50..bdc9e75498 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8324,7 +8324,7 @@ (define-public optizelle
(define-public scilab
(package
(name "scilab")
- (version "5.5.1")
+ (version "5.5.2")
(source
(origin
(method url-fetch)
@@ -8332,7 +8332,7 @@ (define-public scilab
(string-append "https://oos.eu-west-2.outscale.com/scilab-releases/"
version "/scilab-" version "-src.tar.gz"))
(sha256
- (base32 "0ab7h0hdra4fjy505pivg6dbgcdxa4vd30g8gjhk8x7i28z24mn0"))))
+ (base32 "0phg9pn24yw98hbh475ik84dnikf1225b2knh7qbhdbdx6fm2d57"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config gfortran))
(inputs (list libxml2
--
2.39.1