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.2.4.


From: guix-commits
Subject: branch master updated: gnu: wireshark: Update to 3.2.4.
Date: Mon, 25 May 2020 13:20:17 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8a51e31  gnu: wireshark: Update to 3.2.4.
8a51e31 is described below

commit 8a51e31f46ab33237e17ddca8b60c2ba37604898
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Mon May 25 19:20:05 2020 +0200

    gnu: wireshark: Update to 3.2.4.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.2.4.
---
 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 4a2df4f..962f018 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -767,14 +767,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.2.3")
+    (version "3.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "1fpsfjrap7j84sy728yhcr2gad9nq3n5gq03mwrmxnc6ijwf81zh"))))
+        (base32 "1amqgn94g6h6cfnsccm2zb4c73pfv1qmzi1i6h1hnbcyhhg4czfi"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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