gnu: wireshark: Update to 2.2.1.

* gnu/packages/networking.scm (wireshark): Update to 2.2.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Nicolas Goaziou 2016-10-20 00:05:40 +02:00 committed by Leo Famulari
parent a4c7f40cec
commit 3ae48df120
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -427,7 +427,7 @@ and up to 1 Mbit/s downstream.")
(define-public wireshark (define-public wireshark
(package (package
(name "wireshark") (name "wireshark")
(version "2.2.0") (version "2.2.1")
(synopsis "Network traffic analyzer") (synopsis "Network traffic analyzer")
(source (source
(origin (origin
@ -436,7 +436,7 @@ and up to 1 Mbit/s downstream.")
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156")))) "0jciaqz119vmznd8mi4gq5dgwz7vn453cnm2086mxcy80jpj43lh"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(inputs `(("bison" ,bison) (inputs `(("bison" ,bison)
("c-ares" ,c-ares) ("c-ares" ,c-ares)