guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wxmaxima: Update to 21.05.2.


From: guix-commits
Subject: 02/02: gnu: wxmaxima: Update to 21.05.2.
Date: Mon, 14 Jun 2021 13:02:57 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit e84a710b57b10a3c4c2a44a87ed74b1694e9c3e9
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Sun Jun 13 09:32:26 2021 -0400

    gnu: wxmaxima: Update to 21.05.2.
    
    * gnu/packages/maths.scm (wxmaxima): Update to 21.05.2.
---
 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 dc8f7dd..a79d546 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3669,7 +3669,7 @@ point numbers.")
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "21.04.0")
+    (version "21.05.2")
     (source
      (origin
        (method git-fetch)
@@ -3678,7 +3678,7 @@ point numbers.")
              (commit (string-append "Version-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xj95zk16x8kac8qhzd5kvf3b00x7hgdw85da9ww63xyndvhh2lw"))))
+        (base32 "0h7ryykh2dapcyvpp4f1j1b3vrrz80x9k8nkci2yxifgdb29vyhw"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)))



reply via email to

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