me
/
guix
Archived
1
0
Fork 0

gnu: wireshark: Update to 4.0.1.

* gnu/packages/networking.scm (wireshark): Update to 4.0.1.
Nicolas Goaziou 2022-10-30 10:23:46 +01:00
parent dc06ddee2e
commit 3684d9c119
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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