gnu: wireshark: Update to 3.0.1.

* gnu/packages/networking.scm (wireshark): Update to 3.0.1.
master
Tobias Geerinckx-Rice 2019-04-15 11:51:27 +02:00
parent 6e36c6ed8f
commit c66e556288
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -590,15 +590,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
(version "3.0.0")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
(base32
"17h0ixq7yr6scscjkidaj3dh5x6dfd3f97ggdxlklkz9nbsk0kxw"))))
(base32 "13605bpnnbqsdr8ybqnscbz9g422zmyymn4q5aci28vc1wylr1l6"))))
(build-system cmake-build-system)
(arguments
`(#:phases