diff options
Diffstat (limited to 'gnu/packages/algebra.scm')
| -rw-r--r-- | gnu/packages/algebra.scm | 14 | 
1 files changed, 8 insertions, 6 deletions
| diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 3ceef8ecd2..e093056e0d 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1,7 +1,7 @@  ;;; GNU Guix --- Functional package management for GNU  ;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2022 Andreas Enge <andreas@enge.fr>  ;;; Copyright © 2013, 2015, 2017, 2018, 2021 Ludovic Courtès <ludo@gnu.org> -;;; Copyright © 2016-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2016-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>  ;;; Copyright © 2014, 2018 Mark H Weaver <mhw@netris.org>  ;;; Copyright © 2016, 2018, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>  ;;; Copyright © 2017, 2020-2022 Efraim Flashner <efraim@flashner.co.il> @@ -224,7 +224,7 @@ the real span of the lattice.")  (define-public pari-gp    (package      (name "pari-gp") -    (version "2.15.1") +    (version "2.15.2")      (source (origin                (method url-fetch)                (uri (string-append @@ -232,7 +232,7 @@ the real span of the lattice.")                      version ".tar.gz"))                (sha256                 (base32 -                "0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5")))) +                "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))      (build-system gnu-build-system)      (native-inputs (list (texlive-updmap.cfg                            (list texlive-amsfonts)))) @@ -327,7 +327,7 @@ precision.")  (define-public giac    (package      (name "giac") -    (version "1.9.0-33") +    (version "1.9.0-37")      (source       (origin         (method url-fetch) @@ -339,7 +339,7 @@ precision.")                             "~parisse/debian/dists/stable/main/source/"                             "giac_" version ".tar.gz"))         (sha256 -        (base32 "00hdfakys4xpvmf2v851dr4hf3j6483pwwkfy5i63s5hs10mjsq5")))) +        (base32 "0ch18wp6b3nr0zg31961rxng2mbw5mj76s00jf5qz7jdxl65s27n"))))      (build-system gnu-build-system)      (arguments       (list @@ -464,7 +464,9 @@ GCDs, factoring, solving linear systems, and evaluating special  functions.  In addition, FLINT provides various low-level routines for  fast arithmetic.")     (license license:lgpl2.1+) -   (home-page "http://flintlib.org/"))) +   (home-page "http://flintlib.org/") +   (properties +    '((release-monitoring-url . "http://flintlib.org/downloads.html")))))  (define-public arb    (package | 
