gnu: maxima: Update to 5.38.1.

* gnu/packages/maths.scm (maxima): Update to 5.38.1.
master
Kei Kebreau 2016-11-03 16:14:05 -04:00
parent 043f1535c2
commit ccbc575824
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 4 additions and 3 deletions

View File

@ -1847,7 +1847,7 @@ to BMP, JPEG or PNG image formats.")
(define-public maxima
(package
(name "maxima")
(version "5.36.1")
(version "5.38.1")
(source
(origin
(method url-fetch)
@ -1855,7 +1855,7 @@ to BMP, JPEG or PNG image formats.")
version "-source/" name "-" version ".tar.gz"))
(sha256
(base32
"0x1rk659sn3cq0n5c90848ilzr1gb1wf0072fl6jhkdq00qgh2s0"))
"1p6646rvq43hk09msyp0dk50cqpkh07mf4x0bc2fqisqmcv6b1hf"))
(patches (search-patches "maxima-defsystem-mkdir.patch"))))
(build-system gnu-build-system)
(inputs
@ -1864,7 +1864,8 @@ to BMP, JPEG or PNG image formats.")
("tk" ,tk))) ;Tcl/Tk is used by 'xmaxima'
(native-inputs
`(("texinfo" ,texinfo)
("perl" ,perl)))
("perl" ,perl)
("python" ,python)))
(arguments
`(#:configure-flags
(list "--enable-gcl"