[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: wireshark: Update to 3.4.4.
From: |
guix-commits |
Subject: |
06/06: gnu: wireshark: Update to 3.4.4. |
Date: |
Thu, 11 Mar 2021 17:13:02 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit ebd500026389afc913fb5a246d6d5a47425f4288
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 22:58:14 2021 +0100
gnu: wireshark: Update to 3.4.4.
* gnu/packages/networking.scm (wireshark): Update to 3.4.4.
---
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 0e99cd1..f3f4832 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1357,14 +1357,14 @@ of the same name.")
(define-public wireshark
(package
(name "wireshark")
- (version "3.4.3")
+ (version "3.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "0ar6pxzrcpxdriz437d6ziwlhb8k5wlvrkalp3hgqwzwy1vwqrzl"))))
+ (base32 "0aad3m8nh4i75dgjs68217135bzqmhmlgjklmpjh1ihmjwgd373j"))))
(build-system cmake-build-system)
(arguments
`(#:phases
- branch master updated (0aaac77 -> ebd5000), guix-commits, 2021/03/11
- 02/06: gnu: libdatrie: Update to 0.2.13., guix-commits, 2021/03/11
- 01/06: gnu: libinih: Update to 53., guix-commits, 2021/03/11
- 03/06: gnu: btrfs-progs: Update to 5.11., guix-commits, 2021/03/11
- 06/06: gnu: wireshark: Update to 3.4.4.,
guix-commits <=
- 04/06: gnu: fmt: Update to 7.1.3., guix-commits, 2021/03/11
- 05/06: gnu: hangups: Update to 0.4.13., guix-commits, 2021/03/11