gnu: wireshark: Update to 3.4.7.
* gnu/packages/networking.scm (wireshark): Update to 3.4.7.
This commit is contained in:
parent
778af012ef
commit
1829e9d80f
1 changed files with 3 additions and 4 deletions
|
@ -1445,14 +1445,14 @@ (define-public whois
|
||||||
(define-public wireshark
|
(define-public wireshark
|
||||||
(package
|
(package
|
||||||
(name "wireshark")
|
(name "wireshark")
|
||||||
(version "3.4.6")
|
(version "3.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
|
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a26kcj3n1a2kw1f3fc6s1x3rw3f3bj2cq6rp7k0kc4ciwh7i9hj"))))
|
(base32 "17d00kl0s010wg2dfhy7sdbr2qm54lsi317fmbcvjz4rxx8ywk3c"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -1465,8 +1465,7 @@ (define-public wireshark
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("suite_unittests" all) (string-append "# " all))
|
(("suite_unittests" all) (string-append "# " all))
|
||||||
(("suite_extcaps" all) (string-append "# " all)))
|
(("suite_extcaps" all) (string-append "# " all))))))
|
||||||
#t)))
|
|
||||||
;; Build process chokes during `validate-runpath' phase.
|
;; Build process chokes during `validate-runpath' phase.
|
||||||
;;
|
;;
|
||||||
;; Errors are like the following:
|
;; Errors are like the following:
|
||||||
|
|
Loading…
Reference in a new issue