gnu: wireshark: Update to 3.0.3.

* gnu/packages/networking.scm (wireshark): Update to 3.0.3.
master
Nicolas Goaziou 2019-08-01 17:30:11 +02:00
parent e7dfbae8a9
commit 0ca3ee43b7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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