Update wireshark to 2.2.0

Message ID 87d1k1nd02.fsf@saiph.selenimh
State New
Headers

Commit Message

Nicolas Goaziou Sept. 18, 2016, 8:56 p.m. UTC
  Hello,

Here is an update for wireshark.

Regards,
  

Comments

Leo Famulari Sept. 19, 2016, 1:04 a.m. UTC | #1
On Sun, Sep 18, 2016 at 10:56:13PM +0200, Nicolas Goaziou wrote:
> Subject: [PATCH] gnu: wireshark: Update to 2.2.0.
> 
> * gnu/packages/networking.scm (wireshark): Update to 2.2.0.

Thanks, pushed!
  

Patch

From 6bb2296d6629000fb34c87b9e4111f3cc8569fc3 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Sun, 18 Sep 2016 22:26:14 +0200
Subject: [PATCH] gnu: wireshark: Update to 2.2.0.

* gnu/packages/networking.scm (wireshark): Update to 2.2.0.
---
 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 47aa2b9..6010e86 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -423,7 +423,7 @@  and up to 1 Mbit/s downstream.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.0.5")
+    (version "2.2.0")
     (synopsis "Network traffic analyzer")
     (source
      (origin
@@ -432,7 +432,7 @@  and up to 1 Mbit/s downstream.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "02xi3fz8blcz9cf75rs11g7bijk06wm45vpgnksp72c2609j9q0c"))))
+         "010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156"))))
     (build-system glib-or-gtk-build-system)
     (inputs `(("bison" ,bison)
               ("c-ares" ,c-ares)
-- 
2.9.3