summaryrefslogtreecommitdiff
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 026c4a88f28..159d1c32fb8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2025,7 +2025,7 @@ of the same name.")
2025(define-public wireshark 2025(define-public wireshark
2026 (package 2026 (package
2027 (name "wireshark") 2027 (name "wireshark")
2028 (version "4.6.1") 2028 (version "4.6.3")
2029 (source 2029 (source
2030 (origin 2030 (origin
2031 (method git-fetch) 2031 (method git-fetch)
@@ -2034,7 +2034,7 @@ of the same name.")
2034 (commit (string-append "v" version)))) 2034 (commit (string-append "v" version))))
2035 (file-name (git-file-name name version)) 2035 (file-name (git-file-name name version))
2036 (sha256 2036 (sha256
2037 (base32 "14byn0izghn623z4niqfsm39phh71xbf4ajf7smq8pgaxqafdd5j")))) 2037 (base32 "0j49gnvc1x37sf7dq3wklzlhp5gihi7d926mmfqb1avyb68n7qjn"))))
2038 (build-system qt-build-system) 2038 (build-system qt-build-system)
2039 (arguments 2039 (arguments
2040 (list 2040 (list