diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-24 16:20:05 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-24 16:20:05 +0200 |
commit | 7c1d07eef3da2bab701b996fc1095f107a3135c3 (patch) | |
tree | a42e8549e10c924cfb9078c1d66016716d2086a4 /gnu/packages/algebra.scm | |
parent | c1154c2aac9612dbe4aa18530b29649b3f67faaf (diff) | |
download | guix-7c1d07eef3da2bab701b996fc1095f107a3135c3.tar.gz |
gnu: giac: Update to 1.9.0-25.
* gnu/packages/algebra.scm (giac): Update to 1.9.0-25. [source]<origin>: Remove patches. * gnu/packages/patches/giac-pari-gp-anyarg.patch: Delete file. * gnu/local.mk: Apply removal.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index bec32fa1c5..a11586d775 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -327,7 +327,7 @@ precision.") (define-public giac (package (name "giac") - (version "1.9.0-23") + (version "1.9.0-25") (source (origin (method url-fetch) @@ -339,12 +339,7 @@ precision.") "~parisse/debian/dists/stable/main/source/" "giac_" version ".tar.gz")) (sha256 - (base32 "07ksa9bcn7gl68v6z3pyhdnz91bj2aslaasq91bz9vbsjy83r3mr")) - (patches - ;; Patch borrowed from Sage math team. Giac 1.9.0-21 does not build - ;; since Pari-GP 2.15 upgrade. Reported upstream here: - ;; <https://xcas.univ-grenoble-alpes.fr/forum/viewtopic.php?f=3&t=2800>. - (search-patches "giac-pari-gp-anyarg.patch")))) + (base32 "0wcb3yy0lgk8mkzay4jmk7w6hgpz454diz32q52zxl1n27gc2jd4")))) (build-system gnu-build-system) (arguments (list |