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.02.0.


From: guix-commits
Subject: branch master updated: gnu: wxmaxima: Update to 21.02.0.
Date: Sat, 13 Mar 2021 00:19:36 -0500

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 b7c19f2  gnu: wxmaxima: Update to 21.02.0.
b7c19f2 is described below

commit b7c19f2850824cac4c5f8919d1c355f484001cbf
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Fri Mar 12 19:02:14 2021 -0500

    gnu: wxmaxima: Update to 21.02.0.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 21.02.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 6856737..565f109 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3523,7 +3523,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "21.01.0")
+    (version "21.02.0")
     (source
      (origin
        (method git-fetch)
@@ -3532,7 +3532,7 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bnv9410xmk73adqi4r6w0qgbqk7qig0vr5219839c09xagyyd12"))))
+        (base32 "19sab596ydwz65151bwymnfilyfmr8qcxb0k8cxlnj1gmdldlyz6"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))



reply via email to

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