guix-patches
[Top][All Lists]
Advanced

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

bug#25985: [PATCH] Update Wireshark


From: Nicolas Goaziou
Subject: bug#25985: [PATCH] Update Wireshark
Date: Sun, 05 Mar 2017 20:58:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

The following patch updates Wireshark to 2.2.5.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
>From 0469eb6048cc38d849e4defde9a9973635d8e8b5 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <address@hidden>
Date: Sun, 5 Mar 2017 11:21:15 +0100
Subject: [PATCH] gnu: wireshark: Update to 2.2.5.

* gnu/packages/networking.scm (wireshark): Update to 2.2.5.
---
 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 eb3047c81..fe9e6a593 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)
-- 
2.11.0


reply via email to

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