guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: wireshark: Update to 2.2.1.


From: Leo Famulari
Subject: 02/03: gnu: wireshark: Update to 2.2.1.
Date: Sat, 22 Oct 2016 06:20:44 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 3ae48df120b21ed28f8f57f5a4456150b8680ced
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Oct 20 00:05:40 2016 +0200

    gnu: wireshark: Update to 2.2.1.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.2.1.
    
    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 da92379..52bd0c4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -427,7 +427,7 @@ and up to 1 Mbit/s downstream.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.2.0")
+    (version "2.2.1")
     (synopsis "Network traffic analyzer")
     (source
      (origin
@@ -436,7 +436,7 @@ and up to 1 Mbit/s downstream.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "010i7wpsv2231pwb1xdqs0xfwywi3514siidv6wnrfpw3rs7x156"))))
+         "0jciaqz119vmznd8mi4gq5dgwz7vn453cnm2086mxcy80jpj43lh"))))
     (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]