summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 00:45:04 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 00:45:14 +0100
commit85f8fb75ee2e4c7ed7da3281618b32c0ba272699 (patch)
tree78c6956373b1c4f4d9dab7b9714c4ca8cf89dbb6
parentea46f9c97c6b7d0a6a8a78f8dcb16997c620bce9 (diff)
downloadguix-85f8fb75ee2e4c7ed7da3281618b32c0ba272699.tar.gz
gnu: wireshark: Update to 3.0.6.
* gnu/packages/networking.scm (wireshark): Update to 3.0.6.
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d9134ff910..9173871497 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -595,14 +595,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.0.5")
+    (version "3.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-"
                            version ".tar.xz"))
        (sha256
-        (base32 "087qv7nd7zlbckvcs37fkkg7v0mw0hjd5yfbghqym764fpjgqlf5"))))
+        (base32 "0gp3qg0280ysrsaa97yfazka8xcyrspsrw8bfgqxnpf1l0i40zx8"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases