[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: wireshark: Update to 2.2.2.
From: |
??? |
Subject: |
02/02: gnu: wireshark: Update to 2.2.2. |
Date: |
Sat, 19 Nov 2016 08:34:46 +0000 (UTC) |
iyzsong pushed a commit to branch master
in repository guix.
commit 2c453091e499c0fc1d6d8a72bd45bf6807679239
Author: Nicolas Goaziou <address@hidden>
Date: Sat Nov 19 08:35:45 2016 +0100
gnu: wireshark: Update to 2.2.2.
* gnu/packages/networking.scm (wireshark): Update to 2.2.2.
Signed-off-by: 宋文武 <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 f19cebe..d8bbc6e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -467,7 +467,7 @@ which can be used to encrypt a password with
@code{crypt(3)}.")
(define-public wireshark
(package
(name "wireshark")
- (version "2.2.1")
+ (version "2.2.2")
(synopsis "Network traffic analyzer")
(source
(origin
@@ -476,7 +476,7 @@ which can be used to encrypt a password with
@code{crypt(3)}.")
version ".tar.bz2"))
(sha256
(base32
- "0jciaqz119vmznd8mi4gq5dgwz7vn453cnm2086mxcy80jpj43lh"))))
+ "1csm035ayfzn1xzzsmzcjk2ixx39d70aykr4nh0a88chk9gfzb7r"))))
(build-system glib-or-gtk-build-system)
(inputs `(("bison" ,bison)
("c-ares" ,c-ares)