From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Update giac-xcas Date: Mon, 18 Jul 2016 12:33:19 +0200 Message-ID: <877fcjgrrk.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP5rY-0005NS-9b for guix-devel@gnu.org; Mon, 18 Jul 2016 06:33:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bP5rW-0003Bt-HF for guix-devel@gnu.org; Mon, 18 Jul 2016 06:33:23 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33143) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bP5rW-0003Ah-BR for guix-devel@gnu.org; Mon, 18 Jul 2016 06:33:22 -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 1D5DB1720D1 for ; Mon, 18 Jul 2016 12:33:19 +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-75.patch Content-Description: giac-xcas update >From 5638fb6db6cd7692ef519a9865c4fb1f60a949a2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 18 Jul 2016 10:52:31 +0200 Subject: [PATCH] gnu: giac-xcas: Update to 1.2.2-75. * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-75. --- 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 b0ffd70..92b4d4c 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-59") + (version "1.2.2-75") (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 - "02s774v2zg2ya43rm8s7bcwzrmp4wlmn8h2rlg4816zpfrjkrdn4")))) + "0vs111fkd900wkm7yypaxmplc8i8j63d9shc3fbdhddn7cdj70b1")))) (build-system gnu-build-system) (arguments `(#:phases -- 2.8.4 --=-=-=--