all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72865] [PATCH] gnu: wireshark: Update to 4.4.0.
@ 2024-08-29  5:44 Zheng Junjie
  2024-09-19 16:47 ` bug#72865: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-08-29  5:44 UTC (permalink / raw)
  To: 72865

* 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@gmail.com>
 ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
 ;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
-;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
 ;;; Copyright © 2022 Dominic Martinez <dom@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72865: [PATCH] gnu: wireshark: Update to 4.4.0.
  2024-08-29  5:44 [bug#72865] [PATCH] gnu: wireshark: Update to 4.4.0 Zheng Junjie
@ 2024-09-19 16:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-09-19 16:47 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 72865-done

Zheng Junjie <zhengjunjie@iscas.ac.cn> skribis:

> * gnu/packages/networking.scm (wireshark): Update to 4.4.0.
>
> Change-Id: I7f817641b9fac944483a2d6a90851843209a680f

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-19 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29  5:44 [bug#72865] [PATCH] gnu: wireshark: Update to 4.4.0 Zheng Junjie
2024-09-19 16:47 ` bug#72865: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.