gnu: octave: Update to 4.2.2.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Mar 2018 23:17:26 +0000 (00:17 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 15 Mar 2018 18:11:15 +0000 (19:11 +0100)
* gnu/packages/maths.scm (octave): Update to 4.2.2.

gnu/packages/maths.scm

index b372ad9..64fe13b 100644 (file)
@@ -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)