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


From: guix-commits
Subject: branch master updated: gnu: maxima: Update to 5.45.1.
Date: Thu, 24 Jun 2021 14:43:54 -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 6dafd60  gnu: maxima: Update to 5.45.1.
6dafd60 is described below

commit 6dafd60b33a552067aa234272dcbd664f0bc5b76
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Thu Jun 24 10:56:31 2021 -0400

    gnu: maxima: Update to 5.45.1.
    
    * gnu/packages/maths.scm (maxima): Update to 5.45.1.
    [home-page]: Follow redirect.
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index dc18536..766c292 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3555,7 +3555,7 @@ to BMP, JPEG or PNG image formats.")
 (define-public maxima
   (package
     (name "maxima")
-    (version "5.45.0")
+    (version "5.45.1")
     (source
      (origin
        (method url-fetch)
@@ -3563,7 +3563,7 @@ to BMP, JPEG or PNG image formats.")
                            version "-source/" name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1n6hc2d07d93hgc4yf3yqb9aqjqw6fskmvxggfxww1a8chr1yqy7"))
+         "1p77nk5sz1qfkn5zr97szpbi8ib4b22k8i52l4ag5gkhd4kid47y"))
        (patches (search-patches "maxima-defsystem-mkdir.patch"))))
     (build-system gnu-build-system)
     (inputs
@@ -3654,7 +3654,7 @@ to BMP, JPEG or PNG image formats.")
                (wrap-program (string-append out "/bin/maxima")
                  `("PATH" prefix (,binutils))))
              #t)))))
-    (home-page "http://maxima.sourceforge.net";)
+    (home-page "https://maxima.sourceforge.io";)
     (synopsis "Numeric and symbolic expression manipulation")
     (description "Maxima is a system for the manipulation of symbolic and
 numerical expressions.  It yields high precision numeric results by using



reply via email to

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