guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: octave, octave-cli: Update to 6.1.0.


From: guix-commits
Subject: 01/05: gnu: octave, octave-cli: Update to 6.1.0.
Date: Tue, 22 Dec 2020 10:33:30 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 20cf7f75ff1a944726e8a4a264d7a087f039840e
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Dec 15 19:21:15 2020 +0000

    gnu: octave, octave-cli: Update to 6.1.0.
    
    * gnu/packages/maths.scm (octave, octave-cli): Update to 6.1.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 5dbd8b8..b54cd6d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1906,7 +1906,7 @@ can solve two kinds of problems:
 (define-public octave-cli
   (package
     (name "octave-cli")
-    (version "5.2.0")
+    (version "6.1.0")
     (source
      (origin
       (method url-fetch)
@@ -1914,7 +1914,7 @@ can solve two kinds of problems:
                           version ".tar.lz"))
       (sha256
        (base32
-        "1848dq6nxzal8gwjrcp6xhi5gq96w89nss9d9rz75q408gb3mbl6"))))
+        "0355s0pi8603ccs2j08zym3nalgalslxn83s37zq8nkrrkwxrjfk"))))
     (build-system gnu-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

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