diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:51:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 00:05:05 +0200 |
commit | c66e55628840c501e6b5070f199e407189ec273f (patch) | |
tree | 9e01a0efda6bb53a44df727db78ab804cad894a3 | |
parent | 6e36c6ed8f56915c2f4aacb57ac9addefc726897 (diff) |
gnu: wireshark: Update to 3.0.1.
* gnu/packages/networking.scm (wireshark): Update to 3.0.1.
-rw-r--r-- | gnu/packages/networking.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 43a1c26100..665b5df937 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -590,15 +590,14 @@ of the same name.") (define-public wireshark (package (name "wireshark") - (version "3.0.0") + (version "3.0.1") (source (origin (method url-fetch) (uri (string-append "https://www.wireshark.org/download/src/wireshark-" version ".tar.xz")) (sha256 - (base32 - "17h0ixq7yr6scscjkidaj3dh5x6dfd3f97ggdxlklkz9nbsk0kxw")))) + (base32 "13605bpnnbqsdr8ybqnscbz9g422zmyymn4q5aci28vc1wylr1l6")))) (build-system cmake-build-system) (arguments `(#:phases |