Update wireshark to 2.2.0
Commit Message
Hello,
Here is an update for wireshark.
Regards,
Comments
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!
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(-)
@@ -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