From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Update giac-xcas and wireshark Date: Thu, 20 Oct 2016 08:05:13 +0200 Message-ID: <87h987zhba.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bx6Td-0004rU-Se for guix-devel@gnu.org; Thu, 20 Oct 2016 02:05:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bx6Ta-0003Ye-LO for guix-devel@gnu.org; Thu, 20 Oct 2016 02:05:17 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:60389) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bx6Ta-0003YU-F6 for guix-devel@gnu.org; Thu, 20 Oct 2016 02:05:14 -0400 Received: from saiph (unknown [IPv6:2a03:a0a0:0:4301::b3c]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 64E0FA80D2 for ; Thu, 20 Oct 2016 08:05:12 +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 are updates for Giac-Xcas and Wireshark. Regards, -- Nicolas Goaziou 0x80A93738 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-gnu-giac-xcas-Update-to-1.2.2-95.patch >From c26e7cb826ee2e232743c7e021bbe99d404b82e6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 19 Oct 2016 23:52:57 +0200 Subject: [PATCH 1/2] gnu: giac-xcas: Update to 1.2.2-95. * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-95. --- 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 9e19d55..339db6e 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 -- 2.10.1 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0002-gnu-wireshark-Update-to-2.2.1.patch >From 1293db095e38911ab46139caf65d4e97a1a9235f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 20 Oct 2016 00:05:40 +0200 Subject: [PATCH 2/2] gnu: wireshark: Update to 2.2.1. * gnu/packages/networking.scm (wireshark): Update to 2.2.1. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index da92379..52bd0c4 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -427,7 +427,7 @@ and up to 1 Mbit/s downstream.") (define-public wireshark (package (name "wireshark") - (version "2.2.0") + (version "2.2.1") (synopsis "Network traffic analyzer") (source (origin @@ -436,7 +436,7 @@ and up to 1 Mbit/s downstream.") version ".tar.bz2")) (sha256 (base32 - "010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156")))) + "0jciaqz119vmznd8mi4gq5dgwz7vn453cnm2086mxcy80jpj43lh")))) (build-system glib-or-gtk-build-system) (inputs `(("bison" ,bison) ("c-ares" ,c-ares) -- 2.10.1 --=-=-=--