gnu: wireshark: Update to 3.4.8.

* gnu/packages/networking.scm (wireshark): Update to 3.4.8.
This commit is contained in:
Nicolas Goaziou 2021-08-26 10:36:02 +02:00
parent 9483d10494
commit c410001d21
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1445,14 +1445,14 @@ of the same name.")
(define-public wireshark (define-public wireshark
(package (package
(name "wireshark") (name "wireshark")
(version "3.4.7") (version "3.4.8")
(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 "17d00kl0s010wg2dfhy7sdbr2qm54lsi317fmbcvjz4rxx8ywk3c")))) (base32 "09fpvfj4m7glisj6p4zb8wylkrjkqqw69xnwnz4ah410zs6zm9sq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases