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


From: guix-commits
Subject: branch master updated: gnu: wxmaxima: Update to 20.01.3.
Date: Thu, 23 Jan 2020 14:23:50 -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 48446f0  gnu: wxmaxima: Update to 20.01.3.
48446f0 is described below

commit 48446f0f94036e87c55e6e883abf9d75de5d1868
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Jan 23 10:58:44 2020 -0500

    gnu: wxmaxima: Update to 20.01.3.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 20.01.3.
    [home-page]: Update URL.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8f4478b..9241966 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2982,7 +2982,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "19.11.1")
+    (version "20.01.3")
     (source
      (origin
        (method git-fetch)
@@ -2991,7 +2991,7 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16xizaddb27432n1083y89ir5zdqvllsgbwrzzk4jc2rw1ldxfsv"))))
+        (base32 "18fj2m1qwlbavivpixph112wq9hxy3hh7c8q07djc3bhrzf2a7v7"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))
@@ -3025,7 +3025,7 @@ point numbers.")
                   ,(string-append
                     (assoc-ref inputs "adwaita-icon-theme") "/share"))))
              #t)))))
-    (home-page "https://andrejv.github.io/wxmaxima/";)
+    (home-page "https://wxmaxima-developers.github.io/wxmaxima/";)
     (synopsis "Graphical user interface for the Maxima computer algebra 
system")
     (description
      "wxMaxima is a graphical user interface for the Maxima computer algebra



reply via email to

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