gnu: wxmaxima: Update to 20.01.3.

* gnu/packages/maths.scm (wxmaxima): Update to 20.01.3.
[home-page]: Update URL.
This commit is contained in:
Kei Kebreau 2020-01-23 10:58:44 -05:00
parent 37bb0d1eaf
commit 48446f0f94
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -2982,7 +2982,7 @@ point numbers.")
(define-public wxmaxima (define-public wxmaxima
(package (package
(name "wxmaxima") (name "wxmaxima")
(version "19.11.1") (version "20.01.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2991,7 +2991,7 @@ point numbers.")
(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 "16xizaddb27432n1083y89ir5zdqvllsgbwrzzk4jc2rw1ldxfsv")))) (base32 "18fj2m1qwlbavivpixph112wq9hxy3hh7c8q07djc3bhrzf2a7v7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("gettext" ,gettext-minimal))) `(("gettext" ,gettext-minimal)))
@ -3025,7 +3025,7 @@ point numbers.")
,(string-append ,(string-append
(assoc-ref inputs "adwaita-icon-theme") "/share")))) (assoc-ref inputs "adwaita-icon-theme") "/share"))))
#t))))) #t)))))
(home-page "https://andrejv.github.io/wxmaxima/") (home-page "https://wxmaxima-developers.github.io/wxmaxima/")
(synopsis "Graphical user interface for the Maxima computer algebra system") (synopsis "Graphical user interface for the Maxima computer algebra system")
(description (description
"wxMaxima is a graphical user interface for the Maxima computer algebra "wxMaxima is a graphical user interface for the Maxima computer algebra