mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: wxmaxima: Update to 24.02.2.
* gnu/packages/maths.scm (wxmaxima): Update to 24.02.2. Change-Id: I33cd6a3230a7d1672aadf942ad0b089dfa8603b0 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
29db98ec67
commit
1cb70ce152
1 changed files with 2 additions and 2 deletions
|
@ -4915,7 +4915,7 @@ (define-public maxima
|
|||
(define-public wxmaxima
|
||||
(package
|
||||
(name "wxmaxima")
|
||||
(version "23.11.0")
|
||||
(version "24.02.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4924,7 +4924,7 @@ (define-public wxmaxima
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
|
||||
"1k2fbhyg7xrbk6ivfns6sq68rrbcl5dn84s64viv6iavk3ws033v"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list gettext-minimal))
|
||||
(inputs (list bash-minimal
|
||||
|
|
Loading…
Reference in a new issue