From 6dafd60b33a552067aa234272dcbd664f0bc5b76 Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Thu, 24 Jun 2021 10:56:31 -0400 Subject: 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(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index dc18536aa7..766c29271a 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 -- cgit v1.2.3