This is an automated email from the git hooks/post-receive script.
kkebreau pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1bbf7e1 gnu: wxmaxima: Update to 20.04.0.
1bbf7e1 is described below
commit 1bbf7e137dd4e72d6d673e9842c5b3492aa6d25f
Author: Kei Kebreau <[email protected]>
AuthorDate: Mon May 25 18:00:55 2020 -0400
gnu: wxmaxima: Update to 20.04.0.
* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dfc3729..3424aaa 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3183,7 +3183,7 @@ point numbers.")
(define-public wxmaxima
(package
(name "wxmaxima")
- (version "20.03.1")
+ (version "20.04.0")
(source
(origin
(method git-fetch)
@@ -3192,7 +3192,7 @@ point numbers.")
(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)