mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: wxmaxima: Update to 16.12.2.
* gnu/packages/maths.scm (wxmaxima): Update to 16.12.2.
This commit is contained in:
parent
50b8a527ef
commit
29da15738c
1 changed files with 2 additions and 2 deletions
|
@ -1985,7 +1985,7 @@ (define-public maxima
|
|||
(define-public wxmaxima
|
||||
(package
|
||||
(name "wxmaxima")
|
||||
(version "16.12.0")
|
||||
(version "16.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1993,7 +1993,7 @@ (define-public wxmaxima
|
|||
version "/" name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01kas9viqabw5id6crbhz8ahjimmv78gqzizs5hgnj9kngrgrm1h"))))
|
||||
"0y22zhyhyxj2cbhzvs9c4pxr44i55ryfy5xi96d39bg2nbgs9h22"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("wxwidgets" ,wxwidgets)
|
||||
|
|
Loading…
Reference in a new issue