guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wireshark: Update to 3.4.5 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: wireshark: Update to 3.4.5 [security fixes].
Date: Thu, 22 Apr 2021 10:11:04 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f93a2dd  gnu: wireshark: Update to 3.4.5 [security fixes].
f93a2dd is described below

commit f93a2dd5403600fea28790692732d310de837762
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Apr 22 16:10:39 2021 +0200

    gnu: wireshark: Update to 3.4.5 [security fixes].
    
    * gnu/packages/networking.scm (wireshark): Update to 3.4.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 f7557fc..69b223f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1421,14 +1421,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.4.4")
+    (version "3.4.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0aad3m8nh4i75dgjs68217135bzqmhmlgjklmpjh1ihmjwgd373j"))))
+        (base32 "0cyk8nqws9gp8p2ywszbynh8vawivnbhw60dhmy21qd1038sy6ny"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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