summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorPatrick Norton <patrick.147.norton@gmail.com>2026-04-04 16:27:09 -0400
committerNguyễn Gia Phong <cnx@loang.net>2026-04-06 15:24:07 +0900
commit24397a022ae5c2e7b7615fda9cf28057cab189c7 (patch)
tree89355b7f319ae032272d90dac5aa0df0e2900367 /gnu/packages
parent8c870263059fb6f9ff4de2fed83eaaa16a6d6c96 (diff)
gnu: wireshark: Update to 4.6.4.
* 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 <cnx@loang.net>
Diffstat (limited to 'gnu/packages')
-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 200209fbb9d..4c36e5e4fe4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2041,7 +2041,7 @@ of the same name.")
2041(define-public wireshark 2041(define-public wireshark
2042 (package 2042 (package
2043 (name "wireshark") 2043 (name "wireshark")
2044 (version "4.6.3") 2044 (version "4.6.4")
2045 (source 2045 (source
2046 (origin 2046 (origin
2047 (method git-fetch) 2047 (method git-fetch)
@@ -2050,7 +2050,7 @@ of the same name.")
2050 (commit (string-append "v" version)))) 2050 (commit (string-append "v" version))))
2051 (file-name (git-file-name name version)) 2051 (file-name (git-file-name name version))
2052 (sha256 2052 (sha256
2053 (base32 "0j49gnvc1x37sf7dq3wklzlhp5gihi7d926mmfqb1avyb68n7qjn")))) 2053 (base32 "05jivnnlmbbhc6b3r7zdahiw22fvb9r6pg4pc83ascnja49xlyq6"))))
2054 (build-system qt-build-system) 2054 (build-system qt-build-system)
2055 (arguments 2055 (arguments
2056 (list 2056 (list