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


From: guix-commits
Subject: branch master updated: gnu: wxmaxima: Update to 21.01.0.
Date: Tue, 09 Feb 2021 16:30:23 -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 311e8d7  gnu: wxmaxima: Update to 21.01.0.
311e8d7 is described below

commit 311e8d72f19b31f46996364feae43a6f90b81912
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Tue Feb 9 16:24:28 2021 -0500

    gnu: wxmaxima: Update to 21.01.0.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 21.01.0.
    [inputs]: Remove libomp.
---
 gnu/packages/maths.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b572f8d..42f3881 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3504,7 +3504,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "20.12.2")
+    (version "21.01.0")
     (source
      (origin
        (method git-fetch)
@@ -3513,13 +3513,12 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rxnxk7yanb9ac5pxbii6k7gg3b09pbp9rmwvsvgpbrk17mg79r9"))))
+        (base32 "1bnv9410xmk73adqi4r6w0qgbqk7qig0vr5219839c09xagyyd12"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))
     (inputs
-     `(("libomp" ,libomp)
-       ("wxwidgets" ,wxwidgets)
+     `(("wxwidgets" ,wxwidgets)
        ("maxima" ,maxima)
        ;; Runtime support.
        ("adwaita-icon-theme" ,adwaita-icon-theme)



reply via email to

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