guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: maxima: Update to 5.44.0.


From: guix-commits
Subject: branch master updated: gnu: maxima: Update to 5.44.0.
Date: Tue, 30 Jun 2020 23:24:23 -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 21131e9  gnu: maxima: Update to 5.44.0.
21131e9 is described below

commit 21131e9c6d1ff623393bed2e5b41e3c22719edc7
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Tue Jun 30 11:11:23 2020 -0400

    gnu: maxima: Update to 5.44.0.
    
    * gnu/packages/maths.scm (maxima): Update to 5.44.0.
---
 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 0688650..48cffba 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3078,7 +3078,7 @@ to BMP, JPEG or PNG image formats.")
 (define-public maxima
   (package
     (name "maxima")
-    (version "5.43.0")
+    (version "5.44.0")
     (source
      (origin
        (method url-fetch)
@@ -3086,7 +3086,7 @@ to BMP, JPEG or PNG image formats.")
                            version "-source/" name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0xyahp4c6509haxh4n1swiqm3421gplkdisa0zypclh3252sbzfw"))
+         "1v6jr5s6hhj6r18gfk6hgxk2qd6z1dxkrjq9ss2z1y6sqi45wgyr"))
        (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]