gnu: wireshark: Update to 2.4.5.

* gnu/packages/networking.scm (wireshark): Update to 2.4.5.
master
Nicolas Goaziou 2018-03-03 14:21:20 +01:00
parent 0645da3fe3
commit 5e332c57d1
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
@ -534,7 +534,7 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
(version "2.4.4")
(version "2.4.5")
(source
(origin
(method url-fetch)
@ -542,7 +542,7 @@ of the same name.")
version ".tar.xz"))
(sha256
(base32
"0n3g28hrhifnchlz4av0blq4ykm4zaxwwxbzdm9wsba27677b6h4"))))
"1mvgy67rvnwj2kbc43s4il81jvz5ai0bx2j3j2js7x50zclyrcmk"))))
(build-system gnu-build-system)
(inputs `(("c-ares" ,c-ares)
("glib" ,glib)