diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2017-03-06 09:25:23 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-06 14:49:58 +0100 |
commit | 5f8ca95eb54d975e1a9acbe2e1abe6813e469810 (patch) | |
tree | 06b6968807ed993fff4149a505893c15afe624e2 /gnu/packages | |
parent | 5b1f31ffcfd529d46fddfcda0c25eeba142de4ba (diff) | |
download | patches-5f8ca95eb54d975e1a9acbe2e1abe6813e469810.tar patches-5f8ca95eb54d975e1a9acbe2e1abe6813e469810.tar.gz |
gnu: giac-xcas: Update to 1.2.3-25.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-25.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index e244644c40..7a84332dd5 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -202,7 +202,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") (define-public giac-xcas (package (name "giac-xcas") - (version "1.2.3-19") + (version "1.2.3-25") (source (origin (method url-fetch) ;; "~parisse/giac" is not used because the maintainer regularly @@ -214,7 +214,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.") "source/giac_" version ".tar.gz")) (sha256 (base32 - "0asynsj0xcfdjn0vkyxdgdy3hfpr6gc9f92xxa1rmn7clbqmlk1y")))) + "0d6a42p8111raf7k16yvjajnpj22abiqndy3yzkrb4b8l071r24d")))) (build-system gnu-build-system) (arguments `(#:phases |