gnu: wireshark: Update to 3.0.7.

* gnu/packages/networking.scm (wireshark): Update to 3.0.7.
This commit is contained in:
Nicolas Goaziou 2019-12-08 19:21:23 +01:00
parent 5ffcd84a54
commit cd4f3911c5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -601,14 +601,14 @@ of the same name.")
(define-public wireshark (define-public wireshark
(package (package
(name "wireshark") (name "wireshark")
(version "3.0.6") (version "3.0.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-" (uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "0gp3qg0280ysrsaa97yfazka8xcyrspsrw8bfgqxnpf1l0i40zx8")))) (base32 "1wljg5z994r8zbjig52zlgp0b8lqbzdl1d6ysnw9hcvm2y82farv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases