guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wxmaxima: Update to 21.04.0.


From: guix-commits
Subject: branch master updated: gnu: wxmaxima: Update to 21.04.0.
Date: Wed, 21 Apr 2021 17:13:39 -0400

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 235f2c9  gnu: wxmaxima: Update to 21.04.0.
235f2c9 is described below

commit 235f2c98b99d78c5f4b45bd0036a19ee02033efd
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Wed Apr 21 17:09:13 2021 -0400

    gnu: wxmaxima: Update to 21.04.0.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 21.04.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 758f0a5..1f4e2c2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3608,7 +3608,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "21.02.0")
+    (version "21.04.0")
     (source
      (origin
        (method git-fetch)
@@ -3617,7 +3617,7 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19sab596ydwz65151bwymnfilyfmr8qcxb0k8cxlnj1gmdldlyz6"))))
+        (base32 "0xj95zk16x8kac8qhzd5kvf3b00x7hgdw85da9ww63xyndvhh2lw"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))



reply via email to

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