diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 20:06:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 20:20:02 +0100 |
commit | 9c3dd42129b90bd0281dfed31629998159d760a2 (patch) | |
tree | 0d3f880f29f6807e941275abe707e1f77e98777e /gnu/packages | |
parent | 5cc109cfaf928ec9bddd40b3d8cf61940add21de (diff) | |
download | guix-9c3dd42129b90bd0281dfed31629998159d760a2.tar.gz |
gnu: wireshark: Update to 3.4.2.
* gnu/packages/networking.scm (wireshark): Update to 3.4.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index dcf04968f5..f95217ec9e 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1336,14 +1336,14 @@ of the same name.") (define-public wireshark (package (name "wireshark") - (version "3.4.0") + (version "3.4.2") (source (origin (method url-fetch) (uri (string-append "https://www.wireshark.org/download/src/wireshark-" version ".tar.xz")) (sha256 - (base32 "1bm8jj2rviis9j9l6nixvhxcfx362y9iphkxssgmiz2kj6yypr37")))) + (base32 "1i548w6zv6ni5n22rs90a12aakyq811493dxmadlcsj2krr6i66y")))) (build-system cmake-build-system) (arguments `(#:phases |