guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: wxmaxima: Update to 23.11.0


From: guix-commits
Subject: 03/04: gnu: wxmaxima: Update to 23.11.0
Date: Tue, 5 Dec 2023 04:22:37 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 310f7966e78569653ad47b2e550e65e74719ca73
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Dec 1 22:55:19 2023 -0800

    gnu: wxmaxima: Update to 23.11.0
    
    * gnu/packages/maths.scm (wxmaxima): Update to 23.11.0
    
    Change-Id: Ifd1d705ec21f8f437eeb6364dea7d51638567eb7
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 72f9f2587a..0f4d29b40f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4890,7 +4890,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "22.12.0")
+    (version "23.11.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4899,7 +4899,7 @@ point numbers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12bjadmy2mf7d8v4iszmzckahfcwjzaba8wpbigksh4brvhb4gj5"))))
+                "0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
     (build-system cmake-build-system)
     (native-inputs (list gettext-minimal))
     (inputs (list bash-minimal



reply via email to

[Prev in Thread] Current Thread [Next in Thread]