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


From: guix-commits
Subject: 01/02: gnu: maxima: Update to 5.46.0.
Date: Tue, 9 Aug 2022 06:39:56 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit ecdd5d85638e296c7b37878cf466c1acac437c00
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Aug 9 11:22:11 2022 +0200

    gnu: maxima: Update to 5.46.0.
    
    * gnu/packages/maths.scm (maxima): Update to 5.46.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 c10794a089..87d8e5284c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4329,7 +4329,7 @@ to BMP, JPEG or PNG image formats.")
 (define-public maxima
   (package
     (name "maxima")
-    (version "5.45.1")
+    (version "5.46.0")
     (source
      (origin
        (method url-fetch)
@@ -4337,7 +4337,7 @@ to BMP, JPEG or PNG image formats.")
                            version "-source/" name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1p77nk5sz1qfkn5zr97szpbi8ib4b22k8i52l4ag5gkhd4kid47y"))
+         "01wbm8jj43p7gpdj4h55aij0b44bjydn4bwb7q1wjrfs91mz143k"))
        (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]