From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [PATCH] wireshark: Update to 2.2.3. Date: Tue, 27 Dec 2016 09:56:35 +0100 Message-ID: <8760m5g37g.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLnYk-0002Kl-25 for guix-devel@gnu.org; Tue, 27 Dec 2016 03:56:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLnYj-0003EQ-7H for guix-devel@gnu.org; Tue, 27 Dec 2016 03:56:38 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57443) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cLnYj-0003EE-0x for guix-devel@gnu.org; Tue, 27 Dec 2016 03:56:37 -0500 Received: from saiph.selenimh (unknown [IPv6:2a03:a0a0:0:4301::74b]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E4A84A80E3 for ; Tue, 27 Dec 2016 09:56:35 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.88) (envelope-from ) id 1cLnYh-0005JQ-F0 for guix-devel@gnu.org; Tue, 27 Dec 2016 09:56:35 +0100 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 Wireshark. Regards, -- Nicolas Goaziou 0x80A93738 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-wireshark-Update-to-2.2.3.patch >From 32309390555fcd2ad5600e36b60c91e37b390086 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 27 Dec 2016 09:54:28 +0100 Subject: [PATCH] gnu: wireshark: Update to 2.2.3. * gnu/packages/networking.scm (wireshark): Update to 2.2.3. --- 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 2a5ff09b1..9e2e63298 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -467,7 +467,7 @@ which can be used to encrypt a password with @code{crypt(3)}.") (define-public wireshark (package (name "wireshark") - (version "2.2.2") + (version "2.2.3") (synopsis "Network traffic analyzer") (source (origin @@ -476,7 +476,7 @@ which can be used to encrypt a password with @code{crypt(3)}.") version ".tar.bz2")) (sha256 (base32 - "1csm035ayfzn1xzzsmzcjk2ixx39d70aykr4nh0a88chk9gfzb7r")))) + "0fsrvl6sp772g2q2j24h10h9lfda6q67x7wahjjm8849i2gciflp")))) (build-system glib-or-gtk-build-system) (inputs `(("bison" ,bison) ("c-ares" ,c-ares) -- 2.11.0 --=-=-=--