diff options
| author | Patrick Norton <patrick.147.norton@gmail.com> | 2026-04-04 16:27:09 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-06 15:24:07 +0900 |
| commit | 24397a022ae5c2e7b7615fda9cf28057cab189c7 (patch) | |
| tree | 89355b7f319ae032272d90dac5aa0df0e2900367 /gnu | |
| parent | 8c870263059fb6f9ff4de2fed83eaaa16a6d6c96 (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')
| -rw-r--r-- | gnu/packages/networking.scm | 4 |
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.") (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 |
