guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: octave: Update to 7.1.0.


From: guix-commits
Subject: 01/13: gnu: octave: Update to 7.1.0.
Date: Thu, 30 Jun 2022 05:25:00 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 4eddce8ce9337fd4d8f4fd97b7d41ac3cef4e3f0
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jun 28 15:22:47 2022 +0000

    gnu: octave: Update to 7.1.0.
    
    * gnu/packages/maths.scm (octave): Update to 7.1.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@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 5e8fd7ae2d..8268b8954e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2657,7 +2657,7 @@ can solve two kinds of problems:
 (define-public octave-cli
   (package
     (name "octave-cli")
-    (version "6.2.0")
+    (version "7.1.0")
     (source
      (origin
       (method url-fetch)
@@ -2665,7 +2665,7 @@ can solve two kinds of problems:
                           version ".tar.xz"))
       (sha256
        (base32
-        "06id09zspya24gshcwgp039cp35c06150mdlxysawgnbrhj16wkv"))))
+        "0wv26nsfi6cq80np6p4av4wfrvbaflca6szajf6c60mbpdg63m1z"))))
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

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