3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: wireshark: Update to 3.2.2.

* gnu/packages/networking.scm (wireshark): Update to 3.2.2.
This commit is contained in:
Nicolas Goaziou 2020-03-01 11:18:36 +01:00
parent 4a5e7edce2
commit dad3645b67
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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