From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czJ8h-0002t1-Hc for guix-patches@gnu.org; Sat, 15 Apr 2017 04:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czJ8g-0007no-J4 for guix-patches@gnu.org; Sat, 15 Apr 2017 04:33:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49623) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czJ8g-0007ni-G6 for guix-patches@gnu.org; Sat, 15 Apr 2017 04:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czJ8g-0006RY-7o for guix-patches@gnu.org; Sat, 15 Apr 2017 04:33:02 -0400 Subject: bug#26512: [PATCH] Update giac-xcas to 1.2.3-37. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34275) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czJ7n-0002pN-F9 for guix-patches@gnu.org; Sat, 15 Apr 2017 04:32:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czJ7m-0007Uh-FY for guix-patches@gnu.org; Sat, 15 Apr 2017 04:32:07 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:59962) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1czJ7m-0007UY-90 for guix-patches@gnu.org; Sat, 15 Apr 2017 04:32:06 -0400 Received: from saiph.selenimh (00004301000000000000074b.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::74b]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 8488E1720A4 for ; Sat, 15 Apr 2017 10:32:03 +0200 (CEST) Received: from ngz by saiph.selenimh with local (Exim 4.88) (envelope-from ) id 1czJ7j-0004ZP-5f for guix-patches@gnu.org; Sat, 15 Apr 2017 10:32:03 +0200 From: Nicolas Goaziou Date: Sat, 15 Apr 2017 10:32:03 +0200 Message-ID: <87vaq6gjgc.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26512@debbugs.gnu.org --=-=-= Content-Type: text/plain Hello, The following patch updates giac-xcas to 1.2.3-37. Regards, -- Nicolas Goaziou 0x80A93738 --=-=-= Content-Type: text/x-diff; charset=utf-8 Content-Disposition: inline; filename=0003-gnu-giac-xcas-Update-to-1.2.3-37.patch Content-Transfer-Encoding: quoted-printable >From 6e493782360a9c6d6f3d0fb613c79fa78565bc1e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 15 Apr 2017 10:28:57 +0200 Subject: [PATCH 3/3] gnu: giac-xcas: Update to 1.2.3-37. * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-37. --- gnu/packages/algebra.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index ab73a6e2e..bb19fbc30 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2012, 2013, 2014, 2015, 2016, 2017 Andreas Enge ;;; Copyright =C2=A9 2013, 2015, 2017 Ludovic Court=C3=A8s -;;; Copyright =C2=A9 2016 Nicolas Goaziou +;;; Copyright =C2=A9 2016, 2017 Nicolas Goaziou ;;; Copyright =C2=A9 2014 Mark H Weaver ;;; Copyright =C2=A9 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2017 Tobias Geerinckx-Rice @@ -203,7 +203,7 @@ GP2C, the GP to C compiler, translates GP scripts to PA= RI programs.") (define-public giac-xcas (package (name "giac-xcas") - (version "1.2.3-25") + (version "1.2.3-37") (source (origin (method url-fetch) ;; "~parisse/giac" is not used because the maintainer regula= rly @@ -215,7 +215,7 @@ GP2C, the GP to C compiler, translates GP scripts to PA= RI programs.") "source/giac_" version ".tar.gz")) (sha256 (base32 - "0d6a42p8111raf7k16yvjajnpj22abiqndy3yzkrb4b8l071r24d")))) + "180146rm8fxlbd6x25x81yscf6q8qjpzr35k203r25c2xkcb7h2x")))) (build-system gnu-build-system) (arguments `(#:phases --=20 2.12.0 --=-=-=--