diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2016-11-19 08:32:33 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-11-19 16:28:58 +0800 |
commit | ce53f5cbf0809c4fea148177e7bc7e2a7b1291ae (patch) | |
tree | a89ae5ba6476037c3b47c0a1d201a9a3620cdcfc /gnu/packages/algebra.scm | |
parent | 6689c636d039ce5bf160c1858b99f4329427fd15 (diff) | |
download | patches-ce53f5cbf0809c4fea148177e7bc7e2a7b1291ae.tar patches-ce53f5cbf0809c4fea148177e7bc7e2a7b1291ae.tar.gz |
gnu: giac-xcas: Update to 1.2.2-103
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-103.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
Diffstat (limited to 'gnu/packages/algebra.scm')
-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 8e9695da51..76f385e340 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.2-95") + (version "1.2.2-103") (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 - "1zyaz5pgj7w6ka4qxic4kmbcqcikpn8ry3jvhi2kd72hwa0v65y2")))) + "1qrhjw2sdvyv2x8fqs9isqv8rgldn448gfxbi7zbva8m5va5b3z1")))) (build-system gnu-build-system) (arguments `(#:phases |