3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: wireshark: Update to 3.0.5.

* gnu/packages/networking.scm (wireshark): Update to 3.0.5.
This commit is contained in:
Nicolas Goaziou 2019-10-03 01:05:55 +02:00
parent dbd634b0fb
commit 7dc1e65fbe
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -595,14 +595,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
(version "3.0.3")
(version "3.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
(base32 "0711jilp9sbgi46d105m3galw8n4wk5yncawi08031qxg2f754mg"))))
(base32 "087qv7nd7zlbckvcs37fkkg7v0mw0hjd5yfbghqym764fpjgqlf5"))))
(build-system cmake-build-system)
(arguments
`(#:phases