gnu: wireshark: Update to 3.4.6.

* gnu/packages/networking.scm (wireshark): Update to 3.4.6.
This commit is contained in:
Nicolas Goaziou 2021-06-05 17:48:42 +02:00
parent 38eaba9a8e
commit de1b8f7143
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1458,14 +1458,14 @@ (define-public whois
(define-public wireshark
(package
(name "wireshark")
(version "3.4.5")
(version "3.4.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
(base32 "0cyk8nqws9gp8p2ywszbynh8vawivnbhw60dhmy21qd1038sy6ny"))))
(base32 "0a26kcj3n1a2kw1f3fc6s1x3rw3f3bj2cq6rp7k0kc4ciwh7i9hj"))))
(build-system cmake-build-system)
(arguments
`(#:phases