me
/
guix
Archived
1
0
Fork 0

gnu: wireshark: Update to 3.2.5.

* gnu/packages/networking.scm (wireshark): Update to 3.2.5.
Nicolas Goaziou 2020-07-02 12:10:09 +02:00
parent 7e97137734
commit dba255c033
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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