me
/
guix
Archived
1
0
Fork 0

gnu: maxima: Update to 5.42.2.

* gnu/packages/maths.scm (maxima): Update to 5.42.2.
master
Kei Kebreau 2019-02-06 09:28:10 -05:00
parent 808136bdb6
commit a4362fba0e
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -2691,7 +2691,7 @@ to BMP, JPEG or PNG image formats.")
(define-public maxima (define-public maxima
(package (package
(name "maxima") (name "maxima")
(version "5.42.1") (version "5.42.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2699,7 +2699,7 @@ to BMP, JPEG or PNG image formats.")
version "-source/" name "-" version ".tar.gz")) version "-source/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ka0xf70a55ndgmyrq7p5xxbd78pq7bfkqhgxsivaqdw6gn5lmcg")) "0kdncy6137sg3rradirxzj10mkcvafxd892zlclwhr9sa7b12zhn"))
(patches (search-patches "maxima-defsystem-mkdir.patch")))) (patches (search-patches "maxima-defsystem-mkdir.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs