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


From: Arun Isaac
Subject: 01/01: gnu: wireshark: Update to 2.2.6.
Date: Sat, 15 Apr 2017 08:16:31 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 32380cdbb12065f2ae4f7cf595d073181b99f18d
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Apr 15 10:18:04 2017 +0200

    gnu: wireshark: Update to 2.2.6.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.2.6.
    
    Signed-off-by: Arun Isaac <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 0c7dcd0..82e7cea 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.5")
+    (version "2.2.6")
     (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
-         "1j4sc3pmy8l6k41007spglcqiabjlzc7f85pn3jmjr9ksv9qipbm"))))
+         "0jd89i9si43lyv3hsl6p1lkjmz4zagvc37wcbigsxxc5v8gda9zn"))))
     (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]