all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61130] [PATCH 2/2] gnu: wxmaxima: Update to 22.12.0
@ 2023-01-29  1:42 Andy Tai
  2023-01-29  1:44 ` [bug#61130] [PATCH 1/2] gnu: wxwidgets: Remove configure option Andy Tai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andy Tai @ 2023-01-29  1:42 UTC (permalink / raw)
  To: 61130; +Cc: Andy Tai

* gnu/packages/maths.scm (wxmaxima): Update to 22.12.0
---
 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 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)))
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-08 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29  1:42 [bug#61130] [PATCH 2/2] gnu: wxmaxima: Update to 22.12.0 Andy Tai
2023-01-29  1:44 ` [bug#61130] [PATCH 1/2] gnu: wxwidgets: Remove configure option Andy Tai
2023-02-02  6:39 ` [bug#61130] [PATCH v2 " Andy Tai
2023-02-02  6:39 ` [bug#61130] [PATCH v2 2/2] gnu: wxmaxima: Update to 22.12.0 Andy Tai
2023-02-08 16:12 ` bug#61130: [PATCH " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.