From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [PATCH] gnu: giac-xcas: Update to 1.2.2-59 Date: Sun, 12 Jun 2016 17:06:16 +0200 Message-ID: <87ziqqcuqf.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC6yK-0006jt-No for guix-devel@gnu.org; Sun, 12 Jun 2016 11:06:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bC6yI-0007HB-Ld for guix-devel@gnu.org; Sun, 12 Jun 2016 11:06:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:55490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC6yI-0007Gz-En for guix-devel@gnu.org; Sun, 12 Jun 2016 11:06:42 -0400 Received: from saiph.selenimh (unknown [IPv6:2a03:a0a0:0:4301::b3c]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 633181720A9 for ; Sun, 12 Jun 2016 17:06:34 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Hello, Here is an update for giac-xcas. Regards, -- Nicolas Goaziou 0x80A93738 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-gnu-giac-xcas-Update-to-1.2.2-59.patch Content-Description: gnu: giac-xcas: update to 1.2.2-59 >From 594d88eedeab98289afe3c4eadd860a4d6cd5e28 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 12 Jun 2016 17:02:18 +0200 Subject: [PATCH] gnu: giac-xcas: Update to 1.2.2-59 * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59. --- 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 9518e65..12691da 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-41") + (version "1.2.2-59") (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 - "061a0p5l1qlb9iqk7n7yznhv2f3hvll1hrzjbhn81bf31f2wj6sq")))) + "02s774v2zg2ya43rm8s7bcwzrmp4wlmn8h2rlg4816zpfrjkrdn4")))) (build-system gnu-build-system) (arguments `(#:phases -- 2.8.3 --=-=-=--