summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2021-04-21 17:09:13 -0400
committerKei Kebreau <kkebreau@posteo.net>2021-04-21 17:09:37 -0400
commit235f2c98b99d78c5f4b45bd0036a19ee02033efd (patch)
treebe430f2dc94702be27dd29f72ffd88daffdb47b4 /gnu/packages/maths.scm
parentae5128e21eb7afa66bd7cfd7fd1bc5764d00663e (diff)
downloadguix-patches-235f2c98b99d78c5f4b45bd0036a19ee02033efd.tar
guix-patches-235f2c98b99d78c5f4b45bd0036a19ee02033efd.tar.gz
gnu: wxmaxima: Update to 21.04.0.
* gnu/packages/maths.scm (wxmaxima): Update to 21.04.0.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 758f0a5c32..1f4e2c2e6f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3608,7 +3608,7 @@ point numbers.")
(define-public wxmaxima
(package
(name "wxmaxima")
- (version "21.02.0")
+ (version "21.04.0")
(source
(origin
(method git-fetch)
@@ -3617,7 +3617,7 @@ point numbers.")
(commit (string-append "Version-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19sab596ydwz65151bwymnfilyfmr8qcxb0k8cxlnj1gmdldlyz6"))))
+ (base32 "0xj95zk16x8kac8qhzd5kvf3b00x7hgdw85da9ww63xyndvhh2lw"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)))