guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wireshark: Update to 3.2.0.


From: guix-commits
Subject: 01/01: gnu: wireshark: Update to 3.2.0.
Date: Sun, 29 Dec 2019 19:28:50 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 996182a84bafb4c4982dcb36c2c54b350c16629a
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Dec 30 01:28:36 2019 +0100

    gnu: wireshark: Update to 3.2.0.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.2.0.
---
 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 2eddaa3..482305d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -602,14 +602,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.0.7")
+    (version "3.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "1wljg5z994r8zbjig52zlgp0b8lqbzdl1d6ysnw9hcvm2y82farv"))))
+        (base32 "0v5nn7i2nbqr59jsw8cs2052hr7xd96x1sa3480g8ks5kahk7zac"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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