[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: wireshark: Update to 3.0.2.
From: |
guix-commits |
Subject: |
01/01: gnu: wireshark: Update to 3.0.2. |
Date: |
Thu, 23 May 2019 10:17:16 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6406badb2ad515f47c5d25f11199fca829393867
Author: Nicolas Goaziou <address@hidden>
Date: Thu May 23 16:16:55 2019 +0200
gnu: wireshark: Update to 3.0.2.
* gnu/packages/networking.scm (wireshark): Update to 3.0.2.
---
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 4481373..bb11154 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -592,14 +592,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.0.1")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "13605bpnnbqsdr8ybqnscbz9g422zmyymn4q5aci28vc1wylr1l6"))))
+ (base32 "0fz5lbyiw4a27fqc4ndi1w20bpcb6wi9k7vjv29l9fhd99kca7ky"))))
(build-system cmake-build-system)
(arguments
`(#:phases