Re: [PATCH] Update giac-xcas to 1.2.2-103

2016-11-19 Thread 宋文武
Nicolas Goaziou  writes:

> Hello,
>
> The following patch updates giac-xcas to 1.2.2-103.

Pushed, thanks!



[PATCH] Update giac-xcas to 1.2.2-103

2016-11-18 Thread Nicolas Goaziou
Hello,

The following patch updates giac-xcas to 1.2.2-103.

Regards,

-- 
Nicolas Goaziou0x80A93738
>From 4676678e74a5580c2271383544f4b126e256485a Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou 
Date: Sat, 19 Nov 2016 08:32:33 +0100
Subject: [PATCH] gnu: giac-xcas: Update to 1.2.2-103

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-103.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 8e9695d..76f385e 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
-- 
2.10.1