[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: wireshark: Update to 3.2.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: wireshark: Update to 3.2.2. |
Date: |
Sun, 01 Mar 2020 05:18:46 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dad3645 gnu: wireshark: Update to 3.2.2.
dad3645 is described below
commit dad3645b67c74b44d7b2e5736fb412eb33f519d4
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Mar 1 11:18:36 2020 +0100
gnu: wireshark: Update to 3.2.2.
* gnu/packages/networking.scm (wireshark): Update to 3.2.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 fa755fb..eddfffd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -604,14 +604,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.2.1")
+ (version "3.2.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "0nz84zyhs4177ljxmv34vgc9kgg7ssxhxa4mssxqwh6nb00697sq"))))
+ (base32 "0ygdxpz0i4jxp55fg9x4xcan093wycjb66yas073gviz9kpj6naz"))))
(build-system cmake-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: wireshark: Update to 3.2.2.,
guix-commits <=