diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-08-20 21:49:41 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-08-20 21:50:30 -0400 |
commit | 439378fd9f0e3178682ceb846ea532319bd94110 (patch) | |
tree | f61bc6ecc3def70326b8a55f61cca3c74daa28e4 /gnu | |
parent | 64c70430ec80c93faff6139fdb9d3de92704b81e (diff) | |
download | patches-439378fd9f0e3178682ceb846ea532319bd94110.tar patches-439378fd9f0e3178682ceb846ea532319bd94110.tar.gz |
gnu: wxmaxima: Update to 19.08.0.
* gnu/packages/maths.scm (wxmaxima): Update to 19.08.0.
Diffstat (limited to 'gnu')
-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 ab3b4458b2..57deb15d7d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2967,7 +2967,7 @@ point numbers.") (define-public wxmaxima (package (name "wxmaxima") - (version "19.05.7") + (version "19.08.0") (source (origin (method git-fetch) @@ -2977,7 +2977,7 @@ point numbers.") (file-name (git-file-name name version)) (sha256 (base32 - "0zaz71fh156b9inrxf86scnix247al5pl9v18cxhjxcm0lanqxdp")))) + "028g4g2081vsgslbdliskfy5q2wknvknw89lk3zp89py6wranxas")))) (build-system cmake-build-system) (native-inputs `(("gettext" ,gettext-minimal))) |