gnu: wxmaxima: Update to 23.11.0
* gnu/packages/maths.scm (wxmaxima): Update to 23.11.0 Change-Id: Ifd1d705ec21f8f437eeb6364dea7d51638567eb7 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
8eecb102c0
commit
310f7966e7
1 changed files with 2 additions and 2 deletions
|
@ -4890,7 +4890,7 @@ (define-public maxima
|
|||
(define-public wxmaxima
|
||||
(package
|
||||
(name "wxmaxima")
|
||||
(version "22.12.0")
|
||||
(version "23.11.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4899,7 +4899,7 @@ (define-public wxmaxima
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12bjadmy2mf7d8v4iszmzckahfcwjzaba8wpbigksh4brvhb4gj5"))))
|
||||
"0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list gettext-minimal))
|
||||
(inputs (list bash-minimal
|
||||
|
|
Loading…
Reference in a new issue