gnu: maxima: Update to 5.45.1.
* gnu/packages/maths.scm (maxima): Update to 5.45.1. [home-page]: Follow redirect.
This commit is contained in:
parent
8553f00f01
commit
6dafd60b33
@ -3555,7 +3555,7 @@ to BMP, JPEG or PNG image formats.")
|
|||||||
(define-public maxima
|
(define-public maxima
|
||||||
(package
|
(package
|
||||||
(name "maxima")
|
(name "maxima")
|
||||||
(version "5.45.0")
|
(version "5.45.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -3563,7 +3563,7 @@ to BMP, JPEG or PNG image formats.")
|
|||||||
version "-source/" name "-" version ".tar.gz"))
|
version "-source/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n6hc2d07d93hgc4yf3yqb9aqjqw6fskmvxggfxww1a8chr1yqy7"))
|
"1p77nk5sz1qfkn5zr97szpbi8ib4b22k8i52l4ag5gkhd4kid47y"))
|
||||||
(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
|
||||||
@ -3654,7 +3654,7 @@ to BMP, JPEG or PNG image formats.")
|
|||||||
(wrap-program (string-append out "/bin/maxima")
|
(wrap-program (string-append out "/bin/maxima")
|
||||||
`("PATH" prefix (,binutils))))
|
`("PATH" prefix (,binutils))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://maxima.sourceforge.net")
|
(home-page "https://maxima.sourceforge.io")
|
||||||
(synopsis "Numeric and symbolic expression manipulation")
|
(synopsis "Numeric and symbolic expression manipulation")
|
||||||
(description "Maxima is a system for the manipulation of symbolic and
|
(description "Maxima is a system for the manipulation of symbolic and
|
||||||
numerical expressions. It yields high precision numeric results by using
|
numerical expressions. It yields high precision numeric results by using
|
||||||
|
Loading…
Reference in New Issue
Block a user