Browse Source
gnu: wireshark: Update to 3.2.4.
* gnu/packages/networking.scm (wireshark): Update to 3.2.4.
wip-hurd-vm
Nicolas Goaziou
2 years ago
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with
2 additions and
2 deletions
-
gnu/packages/networking.scm
|
|
@ -767,14 +767,14 @@ of the same name.") |
|
|
|
(define-public wireshark |
|
|
|
(package |
|
|
|
(name "wireshark") |
|
|
|
(version "3.2.3") |
|
|
|
(version "3.2.4") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "https://www.wireshark.org/download/src/wireshark-" |
|
|
|
version ".tar.xz")) |
|
|
|
(sha256 |
|
|
|
(base32 "1fpsfjrap7j84sy728yhcr2gad9nq3n5gq03mwrmxnc6ijwf81zh")))) |
|
|
|
(base32 "1amqgn94g6h6cfnsccm2zb4c73pfv1qmzi1i6h1hnbcyhhg4czfi")))) |
|
|
|
(build-system cmake-build-system) |
|
|
|
(arguments |
|
|
|
`(#:phases |
|
|
|