summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-28 22:41:52 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-28 22:41:52 +0200
commit2ca147bc8870992e601d4603f31a89a9e881a8c2 (patch)
tree55855d7d031548c3e9d1e14f81d0de9e6b10fa97 /gnu
parente90456b94c96607fa4cb6304372dc7d9fba5513d (diff)
downloadpatches-2ca147bc8870992e601d4603f31a89a9e881a8c2.tar
patches-2ca147bc8870992e601d4603f31a89a9e881a8c2.tar.gz
gnu: wireshark: Update to 2.4.1.
* gnu/packages/networking.scm (wireshark): Update to 2.4.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2730f0c02e..418d11ad07 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -483,7 +483,7 @@ which can be used to encrypt a password with @code{crypt(3)}.")
(define-public wireshark
(package
(name "wireshark")
- (version "2.4.0")
+ (version "2.4.1")
(source
(origin
(method url-fetch)
@@ -491,7 +491,7 @@ which can be used to encrypt a password with @code{crypt(3)}.")
version ".tar.xz"))
(sha256
(base32
- "011vvrj76z1azkpvyy2j40b1x1z56ymld508zfc4xw3gh8dv82w9"))))
+ "1k8zj44pkb2ny2x46f100y7cxddm1kh0zh7f6qggm78gn7wvrp82"))))
(build-system gnu-build-system)
(inputs `(("c-ares" ,c-ares)
("glib" ,glib)