gnu: wireshark: Update to 4.0.2.

* gnu/packages/networking.scm (wireshark): Update to 4.0.2.
This commit is contained in:
Nicolas Goaziou 2022-12-14 18:52:27 +01:00
parent ef7ad7d451
commit 838c1c4bd7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1754,14 +1754,14 @@ (define-public whois
(define-public wireshark
(package
(name "wireshark")
(version "4.0.1")
(version "4.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
(base32 "1hpxkw0ww6b8fnda5bhgpma2836bfarpxgnkkrzz9fqkkpwh5c5k"))))
(base32 "07a18jx88jaa2j1i949w9n1yb149xi02s80inbfji6rgkxliangk"))))
(build-system cmake-build-system)
(arguments
`(#:phases