gnu: wxmaxima: Update to 20.04.0.

* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
This commit is contained in:
Kei Kebreau 2020-05-25 18:00:55 -04:00
parent a1a3bd5f1f
commit 1bbf7e137d
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -3183,7 +3183,7 @@ (define-public maxima
(define-public wxmaxima
(package
(name "wxmaxima")
(version "20.03.1")
(version "20.04.0")
(source
(origin
(method git-fetch)
@ -3192,7 +3192,7 @@ (define-public wxmaxima
(commit (string-append "Version-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "09ciip0wkahps5jdsqqr72bwjrd15bacw38zp23v3hm71xfk8hky"))))
(base32 "0vrjxzfgmjdzm1rgl0crz4b4badl14jwh032y3xkcdvjl5j67lp3"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)