guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/19: gnu: wireshark: Update to 4.0.5.


From: guix-commits
Subject: 10/19: gnu: wireshark: Update to 4.0.5.
Date: Fri, 21 Apr 2023 04:56:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit db4daa419235ba6cbc92e694fc6162053687523f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Apr 17 22:18:29 2023 +0200

    gnu: wireshark: Update to 4.0.5.
    
    * gnu/packages/networking.scm (wireshark): Update to 4.0.5.
---
 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 1ba6c5300d..a5f0433652 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1759,14 +1759,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "4.0.4")
+    (version "4.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0jz76ra86gy7r4wwb174lggnl5y29nn68l7ydw1kj1phcijrz854"))))
+        (base32 "0abb36n3li5w22f435k31mvk0sy0f41sxz4fqrl4ksjzjd377dki"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]