diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-06-30 11:11:23 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-06-30 23:23:57 -0400 |
commit | 21131e9c6d1ff623393bed2e5b41e3c22719edc7 (patch) | |
tree | 7133316fcdb8d5e1b0ff5f931461329b78eb8d28 | |
parent | e063f0ccc80e0c7e34d181736a27073b034969c0 (diff) |
gnu: maxima: Update to 5.44.0.
* gnu/packages/maths.scm (maxima): Update to 5.44.0.
-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 0688650738..48cffba929 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3078,7 +3078,7 @@ to BMP, JPEG or PNG image formats.") (define-public maxima (package (name "maxima") - (version "5.43.0") + (version "5.44.0") (source (origin (method url-fetch) @@ -3086,7 +3086,7 @@ to BMP, JPEG or PNG image formats.") version "-source/" name "-" version ".tar.gz")) (sha256 (base32 - "0xyahp4c6509haxh4n1swiqm3421gplkdisa0zypclh3252sbzfw")) + "1v6jr5s6hhj6r18gfk6hgxk2qd6z1dxkrjq9ss2z1y6sqi45wgyr")) (patches (search-patches "maxima-defsystem-mkdir.patch")))) (build-system gnu-build-system) (inputs |