guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wireshark: Update to 2.2.3.


From: Marius Bakke
Subject: 02/02: gnu: wireshark: Update to 2.2.3.
Date: Tue, 27 Dec 2016 16:14:31 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 4dbaa12f5d9e0494461251a91fdf2cfcf14c5d13
Author: Nicolas Goaziou <address@hidden>
Date:   Tue Dec 27 09:54:28 2016 +0100

    gnu: wireshark: Update to 2.2.3.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.2.3.
    
    Signed-off-by: Marius Bakke <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 4593165..3c7c073 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -469,7 +469,7 @@ which can be used to encrypt a password with 
@code{crypt(3)}.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.2.2")
+    (version "2.2.3")
     (synopsis "Network traffic analyzer")
     (source
      (origin
@@ -478,7 +478,7 @@ which can be used to encrypt a password with 
@code{crypt(3)}.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "1csm035ayfzn1xzzsmzcjk2ixx39d70aykr4nh0a88chk9gfzb7r"))))
+         "0fsrvl6sp772g2q2j24h10h9lfda6q67x7wahjjm8849i2gciflp"))))
     (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]