unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74063] [PATCH] gnu: scilab: Update to 2025.0.0.
@ 2024-10-28 15:21 Nicolas Graves via Guix-patches via
  2024-11-15  9:00 ` bug#74063: Close Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-10-28 15:21 UTC (permalink / raw)
  To: 74063; +Cc: Nicolas Graves

* gnu/packages/maths.scm (scilab): Update to 2025.0.0.
[inputs]: Replace hdf5-1.1.0 by hdf5-1.14.
---
 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 4c526113f0..d9f0dac6d9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10099,7 +10099,7 @@ (define-public optizelle
 (define-public scilab
   (package
     (name "scilab")
-    (version "2024.1.0")
+    (version "2025.0.0")
     (source
      (origin
        (method git-fetch)
@@ -10109,7 +10109,7 @@ (define-public scilab
        (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)
@@ -10189,7 +10189,7 @@ (define-public scilab
                   curl
                   fftw
                   gettext-minimal
-                  hdf5-1.10
+                  hdf5-1.14
                   libarchive
                   libx11
                   libxml2
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-15  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-28 15:21 [bug#74063] [PATCH] gnu: scilab: Update to 2025.0.0 Nicolas Graves via Guix-patches via
2024-11-15  9:00 ` bug#74063: Close Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).