guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: octave: Update to 8.4.0


From: guix-commits
Subject: branch master updated: gnu: octave: Update to 8.4.0
Date: Mon, 04 Dec 2023 10:00:24 -0500

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

bavier pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 597f1cd1c4 gnu: octave: Update to 8.4.0
597f1cd1c4 is described below

commit 597f1cd1c46ffb92c3e0145de0071545a4c64865
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Dec 1 22:43:43 2023 -0800

    gnu: octave: Update to 8.4.0
    
    * gnu/packages/maths.scm (octave-cli): Update to 8.4.0
    
    Change-Id: I88fe31a25a3fbfc28985f5f0b51cb042369f4462
    Signed-off-by: Eric Bavier <bavier@posteo.net>
---
 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 246f189115..386fb30cd9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2917,7 +2917,7 @@ can solve two kinds of problems:
 (define-public octave-cli
   (package
     (name "octave-cli")
-    (version "8.3.0")
+    (version "8.4.0")
     (source
      (origin
        (method url-fetch)
@@ -2925,7 +2925,7 @@ can solve two kinds of problems:
                            version ".tar.xz"))
        (sha256
         (base32
-         "1aav8i88y2yl11g5d44wpjngkpldvzk90ja7wghkb91cy2a9974i"))))
+         "1a58zyrl1lx6b6wr2jbf6w806vjxr3jzbh6n85iinag47qxdg6kg"))))
     (build-system gnu-build-system)
     (inputs
      (list alsa-lib



reply via email to

[Prev in Thread] Current Thread [Next in Thread]