diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-15 00:17:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-15 19:11:15 +0100 |
commit | 47653b39332977e899e756305d6378c322c0c52c (patch) | |
tree | 155b222a7dbdc287bead5acf2798dd39a925cc57 | |
parent | 1a7cc9efcd4fd9485195e511ac6c5974d9ba9682 (diff) | |
download | patches-47653b39332977e899e756305d6378c322c0c52c.tar patches-47653b39332977e899e756305d6378c322c0c52c.tar.gz |
gnu: octave: Update to 4.2.2.
* gnu/packages/maths.scm (octave): Update to 4.2.2.
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index b372ad9874..64fe13b9bc 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) |