From eb959d5a632027278bf0a4d9bd5f38661a3177fa Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 28 Oct 2024 16:21:52 +0100 Subject: gnu: scilab: Update to 2025.0.0. * gnu/packages/maths.scm (scilab): Update to 2025.0.0. [inputs]: Replace hdf5-1.1.0 by hdf5-1.14. Signed-off-by: Andreas Enge Change-Id: If70812525226bb1e9968b1f1042d822d56908f8b --- 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 bb6c1648b5..c5b87d8ff6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -10106,7 +10106,7 @@ computation is supported via MPI.") (define-public scilab (package (name "scilab") - (version "2024.1.0") + (version "2025.0.0") (source (origin (method git-fetch) @@ -10116,7 +10116,7 @@ computation is supported via MPI.") (file-name (git-file-name name version)) (sha256 (base32 - "1qk0pf1cwcvdqjza9xqkynd90ywq0yh421bz59w5zjzbs40ijnrx")) + "1zn31mby7rwxsnkg91rp92ixhj785hw459krw9k2prs2cxqpn6j5")) (patches (search-patches "scilab-better-compiler-detection.patch" "scilab-tbx_build_help.patch")) (modules '((guix build utils) @@ -10196,7 +10196,7 @@ computation is supported via MPI.") curl fftw gettext-minimal - hdf5-1.10 + hdf5-1.14 libarchive libx11 libxml2 -- cgit 1.4.1