gnu: wireshark: Update to 2.6.5.

* gnu/packages/networking.scm (wireshark): Update to 2.6.5.
master
Nicolas Goaziou 2018-12-14 23:42:25 +01:00
parent dc56dc025d
commit 6ec3de976b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -586,7 +586,7 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
(version "2.6.4")
(version "2.6.5")
(source
(origin
(method url-fetch)
@ -594,7 +594,7 @@ of the same name.")
version ".tar.xz"))
(sha256
(base32
"0qf81dk726sdsmjqa9nd251j1cwvzkyb4hrlp6w4iwa3cdz00sx0"))))
"12j3fw0j8qcr86c1vsz4bsb55j9inp0ll3wjjdvg1cj4hmwmn5ck"))))
(build-system gnu-build-system)
(inputs `(("c-ares" ,c-ares)
("glib" ,glib)