gnu: wxmaxima: Update to 20.03.1.

* gnu/packages/maths.scm (wxmaxima): Update to 20.03.1.
This commit is contained in:
Kei Kebreau 2020-03-22 19:01:02 -04:00
parent 86603d8660
commit 6607aad53c
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -3030,7 +3030,7 @@ (define-public maxima
(define-public wxmaxima (define-public wxmaxima
(package (package
(name "wxmaxima") (name "wxmaxima")
(version "20.02.4") (version "20.03.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3039,7 +3039,7 @@ (define-public wxmaxima
(commit (string-append "Version-" version)))) (commit (string-append "Version-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "106a7jrjwfmymzj70nsv44fm3jbxngr8pmkaghhpwy0ln38lhf54")))) (base32 "09ciip0wkahps5jdsqqr72bwjrd15bacw38zp23v3hm71xfk8hky"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)