summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2017-12-19 11:26:16 -0500
committerKei Kebreau <kkebreau@posteo.net>2017-12-19 11:26:16 -0500
commita8db968fa48ecb3dd219833a9e393a383d842215 (patch)
tree1d876ad9905678e97668794228d7128f4aeab2e6 /gnu/packages/maths.scm
parent7a070f020be4e0fa47259eb4d6d1dcfd940b570e (diff)
downloadpatches-a8db968fa48ecb3dd219833a9e393a383d842215.tar
patches-a8db968fa48ecb3dd219833a9e393a383d842215.tar.gz
gnu: wxmaxima: Update to 17.10.1.
* gnu/packages/maths.scm (wxmaxima): Update to 17.10.1.
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 5c7926a635..837e142f59 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2489,7 +2489,7 @@ point numbers.")
(define-public wxmaxima
(package
(name "wxmaxima")
- (version "17.05.1")
+ (version "17.10.1")
(source
(origin
(method url-fetch)
@@ -2498,7 +2498,7 @@ point numbers.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0dv0cy0cf46v0cbw32izscpkdmpxg1qhwq1f4cz46kkqd8k4yfbj"))))
+ "0qlzc31cqkwpfgrb9cif9bcnkj3rq487plg4rns7jxv6pq4609v1"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)