diff options
author | Federico Beffa <beffa@fbengineering.ch> | 2017-02-27 18:24:16 +0100 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-02-28 11:22:13 -0500 |
commit | a995251d681b3ec36be2e38fd9c1287c50609998 (patch) | |
tree | 85f235c35faf2ed4427af90bdbb05682b764e551 /gnu | |
parent | 48d66a9c99a9cc8e9c27c9608da7e8729be206b4 (diff) | |
download | patches-a995251d681b3ec36be2e38fd9c1287c50609998.tar patches-a995251d681b3ec36be2e38fd9c1287c50609998.tar.gz |
gnu: wxmaxima: Downgrade to 16.04.2.
* gnu/packages/maths.scm (wxmaxima): Do it.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index e9b6ac4020..1f4f388c65 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2008,7 +2008,9 @@ point numbers.") (define-public wxmaxima (package (name "wxmaxima") - (version "16.12.2") + ;; Versions 16.12.0 to 16.12.2 have a bug which causes output lines to + ;; overlap. See <https://debbugs.gnu.org/25793> + (version "16.04.2") (source (origin (method url-fetch) @@ -2016,7 +2018,7 @@ point numbers.") version "/" name "-" version ".tar.gz")) (sha256 (base32 - "0y22zhyhyxj2cbhzvs9c4pxr44i55ryfy5xi96d39bg2nbgs9h22")))) + "1fpqzk1921isiqrpgpf433ldq41924qs9sy99fl1zn5661b2l73n")))) (build-system gnu-build-system) (inputs `(("wxwidgets" ,wxwidgets) |