~ruther/guix-local

c3e73a1cb0f9ee1233b8236bb39966756819fcf8 — luca 3 months ago 232f3a9
gnu: wireshark: Update to 4.6.1.

* gnu/packages/networking.scm (wireshark): Update to 4.6.1.

Closes: guix/guix#4463
Change-Id: Ic80d8b3dae07ac5bbacaab1f5d00cf17779a37e9
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +4 -4
@@ 1926,16 1926,16 @@ of the same name.")
(define-public wireshark
  (package
    (name "wireshark")
    (version "4.4.1")
    (version "4.6.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://gitlab.com/wireshark/wireshark")
             (commit (string-append "wireshark-" version))))
             (url "https://gitlab.com/wireshark/wireshark.git")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0cc1dqmlc2jqgd6gg407qk0qkg3cjbiafzw8pf2pxhnh7n94fyki"))))
        (base32 "14byn0izghn623z4niqfsm39phh71xbf4ajf7smq8pgaxqafdd5j"))))
    (build-system qt-build-system)
    (arguments
     (list