gnu: wireshark: Update to 3.2.7.

* gnu/packages/networking.scm (wireshark): Update to 3.2.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-30 21:04:33 +02:00
parent 2cf49625d0
commit 5faca523d6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1272,14 +1272,14 @@ (define-public whois
(define-public wireshark
(package
(name "wireshark")
(version "3.2.6")
(version "3.2.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
(base32 "1wmlbrym6l5fkvic596yx74jz1pn4pfjihsx341fxv5w76zfxcgb"))))
(base32 "1nkhglzxj05hwhgzrgan4glv0z67rmasf9djx1dmqicwdnw2z0xy"))))
(build-system cmake-build-system)
(arguments
`(#:phases