[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: wireshark: Update to 4.0.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: wireshark: Update to 4.0.1. |
Date: |
Sun, 30 Oct 2022 05:24:24 -0400 |
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 3684d9c119 gnu: wireshark: Update to 4.0.1.
3684d9c119 is described below
commit 3684d9c119b555e39ed882e855069a0104014482
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 30 10:23:46 2022 +0100
gnu: wireshark: Update to 4.0.1.
* gnu/packages/networking.scm (wireshark): Update to 4.0.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 e5ab7a4571..005f925686 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1760,14 +1760,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "4.0.0")
+ (version "4.0.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "1vddvizywy6kfxg0i3m0627f675i7sdp7k3ld9sjlp78hppjbh9x"))))
+ (base32 "1hpxkw0ww6b8fnda5bhgpma2836bfarpxgnkkrzz9fqkkpwh5c5k"))))
(build-system cmake-build-system)
(arguments
`(#:phases
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: wireshark: Update to 4.0.1.,
guix-commits <=