GNU bug report logs -
#72865
[PATCH] gnu: wireshark: Update to 4.4.0.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/networking.scm (wireshark): Update to 4.4.0.
Change-Id: I7f817641b9fac944483a2d6a90851843209a680f
---
gnu/packages/networking.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f4ad280603..d44b9f386d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -59,7 +59,7 @@
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
-;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
;;; Copyright © 2022 Dominic Martinez <dom <at> dominicm.dev>
@@ -1798,14 +1798,14 @@ (define-public whois
(define-public wireshark
(package
(name "wireshark")
- (version "4.2.5")
+ (version "4.4.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.wireshark.org/download/src/wireshark-"
version ".tar.xz"))
(sha256
- (base32 "07r6n7xjckx5scp3d6s61hc54v5p5k4kaqik8jn3m9x9hymr7rsm"))))
+ (base32 "0s8jqxcvq7ibfsq8v4scl8dq7y5hqgpivq4iw9y2x6jj136cvmga"))))
(build-system qt-build-system)
(arguments
(list
base-commit: 53f1d10f089dd1bf155a95d0ba166728498972bb
prerequisite-patch-id: 97eb02df190531b48f42cb2cba972d7938a8a45b
--
2.45.2
This bug report was last modified 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.