gnu: wireshark: Update to 2.6.2.
* gnu/packages/networking.scm (wireshark): Update to 2.6.2.master
parent
8418006db2
commit
e921234d02
|
@ -579,7 +579,7 @@ of the same name.")
|
||||||
(define-public wireshark
|
(define-public wireshark
|
||||||
(package
|
(package
|
||||||
(name "wireshark")
|
(name "wireshark")
|
||||||
(version "2.6.1")
|
(version "2.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -587,7 +587,7 @@ of the same name.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"126dvd6myjbxjr69dy9vzzdda2lmjy1wwwc6gcs5djb46jy5nvmb"))))
|
"153h6prxamv5a62f3pfadkry0y57696xrgxfy2gfy5xswdg8kcj9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("c-ares" ,c-ares)
|
(inputs `(("c-ares" ,c-ares)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
|
Reference in New Issue