[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: wireshark: Update to 3.4.10.
From: |
guix-commits |
Subject: |
branch master updated: gnu: wireshark: Update to 3.4.10. |
Date: |
Thu, 18 Nov 2021 03:19:01 -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 039c384 gnu: wireshark: Update to 3.4.10.
039c384 is described below
commit 039c3848c302903e2b85643dd5f1d6008b8fcfd8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Nov 18 09:18:41 2021 +0100
gnu: wireshark: Update to 3.4.10.
* gnu/packages/networking.scm (wireshark): Update to 3.4.10.
---
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 4c0c871..0204192 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1468,14 +1468,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.4.9")
+ (version "3.4.10")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "084nv4fbgpxsf6b6cfi6cinn8l3wsbn0g8lsd7p2aifjkf15wln6"))))
+ (base32 "1vvw30lkga1zwmdysxqfbqq9ffy05hg7dkv3nj6vnqmf8i5fz9wa"))))
(build-system cmake-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: wireshark: Update to 3.4.10.,
guix-commits <=