guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wxmaxima: Update to 22.05.0.


From: guix-commits
Subject: 02/02: gnu: wxmaxima: Update to 22.05.0.
Date: Tue, 9 Aug 2022 06:39:56 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 04f8e4194fa54ff00baac502c7e126df46b6f4cc
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Aug 9 11:43:39 2022 +0200

    gnu: wxmaxima: Update to 22.05.0.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 22.05.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 87d8e5284c..6061fbe1e9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4437,7 +4437,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "21.05.2")
+    (version "22.05.0")
     (source
      (origin
        (method git-fetch)
@@ -4446,7 +4446,7 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0h7ryykh2dapcyvpp4f1j1b3vrrz80x9k8nkci2yxifgdb29vyhw"))))
+        (base32 "1va56v9dys97yln4m1z3fz3k90lpy8i3kvcq0v1cbg36689aghm5"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))



reply via email to

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