This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fc6223a598 gnu: octave-cli: Update to 10.3.0.
fc6223a598 is described below

commit fc6223a598d352d0ea45073a2e9168429277ef3f
Author: Andy Tai <[email protected]>
AuthorDate: Thu Oct 2 21:16:34 2025 -0700

    gnu: octave-cli: Update to 10.3.0.
    
    * gnu/packages/maths.scm (octave-cli): Update to 10.3.0.
    
    Change-Id: Ifc58fb06aba5899838536ac903b4150518d0384e
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 cb8d2742c8..9322818df0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3430,7 +3430,7 @@ can solve two kinds of problems:
 (define-public octave-cli
   (package
     (name "octave-cli")
-    (version "10.2.0")
+    (version "10.3.0")
     (source
      (origin
        (method url-fetch)
@@ -3438,7 +3438,7 @@ can solve two kinds of problems:
                            version ".tar.xz"))
        (sha256
         (base32
-         "0szpna905qz9fskpnmc4sv4xpna2a2rkxs22d20nx1l16gwb1869"))))
+         "18ad4mpq9kgxqmab3khgjk9lk6vimbvv9l4zvz98na6dxpr9pblj"))))
     (build-system gnu-build-system)
     (inputs
      (list alsa-lib

Reply via email to