aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2fea1b2b59..c16ae00ec4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1727,14 +1727,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.6.2")
+ (version "3.6.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "03n34jh4318y3q14jclxfxi4r7b9l393w9fw9bq57ydff9aim42x"))))
+ (base32 "1idpxnh8vrvan3g0ymaa24bd4iyxi19xrr76sdrrpxx2r8shmqfc"))))
(build-system cmake-build-system)
(arguments
`(#:phases
:25:33 +0200'>2020-10-09system: hurd: Add PAM support with shadow and sudo....Jan (janneke) Nieuwenhuizen 2020-08-28system: Remove extra line from 'lightweight-desktop.tmpl'....Ludovic Courtès 2020-07-29examples: Add password for Alice's brother....Oleg Pykhalov 2020-06-13system: bare-hurd.tmpl: Add openssh-sans-x client and service....Jan (janneke) Nieuwenhuizen