guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d962e7bcd8a5f7be2abc06628ac6fcc28d1a757e
Author: Patrick Norton <[email protected]>
AuthorDate: Sun Feb 15 08:25:17 2026 -0500

    gnu: wireshark: Update to 4.6.3.
    
    * gnu/packages/networking.scm (wireshark): Update to 4.6.3.
    
    Change-Id: I43ff8af0586a16636fdb8c44aae99d543bc92994
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 026c4a88f2..159d1c32fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2025,7 +2025,7 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "4.6.1")
+    (version "4.6.3")
     (source
      (origin
        (method git-fetch)
@@ -2034,7 +2034,7 @@ of the same name.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14byn0izghn623z4niqfsm39phh71xbf4ajf7smq8pgaxqafdd5j"))))
+        (base32 "0j49gnvc1x37sf7dq3wklzlhp5gihi7d926mmfqb1avyb68n7qjn"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to