From 24397a022ae5c2e7b7615fda9cf28057cab189c7 Mon Sep 17 00:00:00 2001 From: Patrick Norton Date: Sat, 4 Apr 2026 16:27:09 -0400 Subject: [PATCH] gnu: wireshark: Update to 4.6.4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/networking.scm (wireshark): Update to 4.6.4. Change-Id: I1e234131d5882d6f3c17c7931d1509c5e5a53dd9 Merges: https://codeberg.org/guix/guix/pulls/7673 Signed-off-by: Nguyễn Gia Phong --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 200209fbb9..4c36e5e4fe 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2041,7 +2041,7 @@ of the same name.") (define-public wireshark (package (name "wireshark") - (version "4.6.3") + (version "4.6.4") (source (origin (method git-fetch) @@ -2050,7 +2050,7 @@ of the same name.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0j49gnvc1x37sf7dq3wklzlhp5gihi7d926mmfqb1avyb68n7qjn")))) + (base32 "05jivnnlmbbhc6b3r7zdahiw22fvb9r6pg4pc83ascnja49xlyq6")))) (build-system qt-build-system) (arguments (list