mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: wxmaxima: Update to 24.11.0.
* gnu/packages/maths.scm (wxmaxima): Update to 24.11.0. Change-Id: I83578f7bf82604c42b31f859c15fcd6ef54492d6 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
e6353de912
commit
a3615c0c74
1 changed files with 2 additions and 2 deletions
|
@ -5326,7 +5326,7 @@ (define-public maxima
|
|||
(define-public wxmaxima
|
||||
(package
|
||||
(name "wxmaxima")
|
||||
(version "24.02.2")
|
||||
(version "24.11.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -5335,7 +5335,7 @@ (define-public wxmaxima
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k2fbhyg7xrbk6ivfns6sq68rrbcl5dn84s64viv6iavk3ws033v"))))
|
||||
"1q66qv7m7dky9h7m6dzvlw6pkzixna4bhrdkz11sg7bv3a9qrlfy"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list gettext-minimal))
|
||||
(inputs (list bash-minimal
|
||||
|
|
Loading…
Reference in a new issue