diff mbox series

[bug#61130,2/2] gnu: wxmaxima: Update to 22.12.0

Message ID 20230129014243.25510-1-atai@atai.org
State New
Headers show
Series [bug#61130,1/2] gnu: wxwidgets: Remove configure option | expand

Commit Message

Andy Tai Jan. 29, 2023, 1:42 a.m. UTC
* gnu/packages/maths.scm (wxmaxima): Update to 22.12.0
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Guillaume Le Vaillant Feb. 8, 2023, 4:12 p.m. UTC | #1
Patches pushed as d6e2b467b88d0f663a941b796b2933ed009fca3f and
following.
Thanks.
diff mbox series

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index d9bc2922c5..ec9cfc1363 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4551,7 +4551,7 @@  (define-public maxima
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "22.05.0")
+    (version "22.12.0")
     (source
      (origin
        (method git-fetch)
@@ -4560,7 +4560,7 @@  (define-public wxmaxima
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1va56v9dys97yln4m1z3fz3k90lpy8i3kvcq0v1cbg36689aghm5"))))
+        (base32 "12bjadmy2mf7d8v4iszmzckahfcwjzaba8wpbigksh4brvhb4gj5"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))