all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 74063@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#74063] [PATCH] gnu: scilab: Update to 2025.0.0.
Date: Mon, 28 Oct 2024 16:21:52 +0100	[thread overview]
Message-ID: <20241028152153.30577-1-ngraves@ngraves.fr> (raw)

* 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





                 reply	other threads:[~2024-10-28 15:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241028152153.30577-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=74063@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.