[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wireshark: Update to 2.4.1.
From: |
Nicolas Goaziou |
Subject: |
01/01: gnu: wireshark: Update to 2.4.1. |
Date: |
Thu, 28 Sep 2017 16:42:26 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 2ca147bc8870992e601d4603f31a89a9e881a8c2
Author: Nicolas Goaziou <address@hidden>
Date: Thu Sep 28 22:41:52 2017 +0200
gnu: wireshark: Update to 2.4.1.
* gnu/packages/networking.scm (wireshark): Update to 2.4.1.
---
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 2730f0c..418d11a 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)