diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2016-10-19 23:52:57 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-22 02:20:10 -0400 |
commit | a4c7f40cec053534d3040754ce64193b0dc0468c (patch) | |
tree | e711d04b46bd15d4180faff604b4762d384dbd1e /gnu/packages/algebra.scm | |
parent | a861665b75cb0e727204370aaa43d373ecec3a5a (diff) | |
download | guix-a4c7f40cec053534d3040754ce64193b0dc0468c.tar guix-a4c7f40cec053534d3040754ce64193b0dc0468c.tar.gz |
gnu: giac-xcas: Update to 1.2.2-95.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-95.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 9e19d5552f..339db6e131 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-81") + (version "1.2.2-95") (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 - "0jwlx8b97zkly9gcbdfbj4mzyn21dbg1kgpw7j7vqs380jryzgfs")))) + "1zyaz5pgj7w6ka4qxic4kmbcqcikpn8ry3jvhi2kd72hwa0v65y2")))) (build-system gnu-build-system) (arguments `(#:phases |