From f8550c1e64f2577450316c1499856941751c9a0a Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Mon, 27 Feb 2017 18:24:16 +0100 Subject: [PATCH] gnu: wxmaxima: Downgrade to 16.04.2. * gnu/packages/maths.scm (wxmaxima): Do it. --- gnu/packages/maths.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 43b0d0a72..47359f256 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1985,7 +1985,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 + (version "16.04.2") (source (origin (method url-fetch) @@ -1993,7 +1995,7 @@ point numbers.") version "/" name "-" version ".tar.gz")) (sha256 (base32 - "0y22zhyhyxj2cbhzvs9c4pxr44i55ryfy5xi96d39bg2nbgs9h22")))) + "1fpqzk1921isiqrpgpf433ldq41924qs9sy99fl1zn5661b2l73n")))) (build-system gnu-build-system) (inputs `(("wxwidgets" ,wxwidgets) -- 2.11.0