glv pushed a commit to branch master
in repository guix.

commit a3615c0c743c3048e004fae426443c4abea9a477
Author: Andy Tai <[email protected]>
AuthorDate: Sun Jan 12 14:53:42 2025 -0800

    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 <[email protected]>
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index daa93a6956..106a59c23b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5326,7 +5326,7 @@ point numbers.")
 (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 @@ point numbers.")
               (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

Reply via email to