guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: octave: Update to 4.2.2.


From: Tobias Geerinckx-Rice
Subject: 06/16: gnu: octave: Update to 4.2.2.
Date: Thu, 15 Mar 2018 15:30:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 47653b39332977e899e756305d6378c322c0c52c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 15 00:17:26 2018 +0100

    gnu: octave: Update to 4.2.2.
    
    * gnu/packages/maths.scm (octave): Update to 4.2.2.
---
 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 b372ad9..64fe13b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1308,7 +1308,7 @@ can solve two kinds of problems:
 (define-public octave
   (package
     (name "octave")
-    (version "4.2.1")
+    (version "4.2.2")
     (source
      (origin
       (method url-fetch)
@@ -1316,7 +1316,7 @@ can solve two kinds of problems:
                           version ".tar.lz"))
       (sha256
        (base32
-        "09zhhch79jw3ynw39vizx0i2cbd2bjz3sp38pjdzraqrbivpwp92"))))
+        "0pkkz1vazsh7ipffb09q0nc2jgx6q27pkkngygjij6jrpcly5zsp"))))
     (build-system gnu-build-system)
     (inputs
      `(("lapack" ,lapack)



reply via email to

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