mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
|
(define-public wxmaxima
|
||||||
(package
|
(package
|
||||||
(name "wxmaxima")
|
(name "wxmaxima")
|
||||||
(version "22.12.0")
|
(version "23.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4899,7 +4899,7 @@ (define-public wxmaxima
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12bjadmy2mf7d8v4iszmzckahfcwjzaba8wpbigksh4brvhb4gj5"))))
|
"0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list gettext-minimal))
|
(native-inputs (list gettext-minimal))
|
||||||
(inputs (list bash-minimal
|
(inputs (list bash-minimal
|
||||||
|
|
Loading…
Reference in a new issue