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


From: guix-commits
Subject: branch master updated: gnu: wxmaxima: Update to 20.03.1.
Date: Sun, 22 Mar 2020 19:23:16 -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 6607aad  gnu: wxmaxima: Update to 20.03.1.
6607aad is described below

commit 6607aad53cce018e55fc26fc643978389132eddb
Author: Kei Kebreau <address@hidden>
AuthorDate: Sun Mar 22 19:01:02 2020 -0400

    gnu: wxmaxima: Update to 20.03.1.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 20.03.1.
---
 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 df4971a..51dcc1b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3030,7 +3030,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "20.02.4")
+    (version "20.03.1")
     (source
      (origin
        (method git-fetch)
@@ -3039,7 +3039,7 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "106a7jrjwfmymzj70nsv44fm3jbxngr8pmkaghhpwy0ln38lhf54"))))
+        (base32 "09ciip0wkahps5jdsqqr72bwjrd15bacw38zp23v3hm71xfk8hky"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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