guix-commits
[Top][All Lists]
Advanced

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

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


From: Leo Famulari
Subject: 01/01: gnu: wireshark: Update to 2.2.5.
Date: Sun, 5 Mar 2017 15:45:39 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 5af1a381334d70d771b317f363e617a9011465c8
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Mar 5 11:21:15 2017 +0100

    gnu: wireshark: Update to 2.2.5.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.2.5.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 eb3047c..fe9e6a5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -470,7 +470,7 @@ which can be used to encrypt a password with 
@code{crypt(3)}.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.2.4")
+    (version "2.2.5")
     (synopsis "Network traffic analyzer")
     (source
      (origin
@@ -479,7 +479,7 @@ which can be used to encrypt a password with 
@code{crypt(3)}.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "049r5962yrajhhz9r4dsnx403dab50d6091y2mw298ymxqszp9s2"))))
+         "1j4sc3pmy8l6k41007spglcqiabjlzc7f85pn3jmjr9ksv9qipbm"))))
     (build-system glib-or-gtk-build-system)
     (inputs `(("bison" ,bison)
               ("c-ares" ,c-ares)



reply via email to

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