gnu: wireshark: Update to 2.2.5.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Nicolas Goaziou 2017-03-05 11:21:15 +01:00 committed by Leo Famulari
parent 5f0c649683
commit 5af1a38133
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -470,7 +470,7 @@ which can be used to encrypt a password with @code{crypt(3)}.")
(define-public wireshark
(package
(name "wireshark")
(version "2.2.4")
(version "2.2.5")
(synopsis "Network traffic analyzer")
(source
(origin
@ -479,7 +479,7 @@ which can be used to encrypt a password with @code{crypt(3)}.")
version ".tar.bz2"))
(sha256
(base32
"049r5962yrajhhz9r4dsnx403dab50d6091y2mw298ymxqszp9s2"))))
"1j4sc3pmy8l6k41007spglcqiabjlzc7f85pn3jmjr9ksv9qipbm"))))
(build-system glib-or-gtk-build-system)
(inputs `(("bison" ,bison)
("c-ares" ,c-ares)