me
/
guix
Archived
1
0
Fork 0

gnu: wireshark: Update to 3.2.4.

* gnu/packages/networking.scm (wireshark): Update to 3.2.4.
master
Nicolas Goaziou 2020-05-25 19:20:05 +02:00
parent c5e6a7fed8
commit 8a51e31f46
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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