guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: maxima: Update to 5.42.2.


From: guix-commits
Subject: 01/02: gnu: maxima: Update to 5.42.2.
Date: Wed, 6 Feb 2019 12:52:57 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit a4362fba0e2f61fcd19a0584058e89430af224a4
Author: Kei Kebreau <address@hidden>
Date:   Wed Feb 6 09:28:10 2019 -0500

    gnu: maxima: Update to 5.42.2.
    
    * gnu/packages/maths.scm (maxima): Update to 5.42.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 602c696..ae073f7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2691,7 +2691,7 @@ to BMP, JPEG or PNG image formats.")
 (define-public maxima
   (package
     (name "maxima")
-    (version "5.42.1")
+    (version "5.42.2")
     (source
      (origin
        (method url-fetch)
@@ -2699,7 +2699,7 @@ to BMP, JPEG or PNG image formats.")
                            version "-source/" name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1ka0xf70a55ndgmyrq7p5xxbd78pq7bfkqhgxsivaqdw6gn5lmcg"))
+         "0kdncy6137sg3rradirxzj10mkcvafxd892zlclwhr9sa7b12zhn"))
        (patches (search-patches "maxima-defsystem-mkdir.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

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