all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62914] [PATCH] gnu: wireshark: Update to 4.0.5.
@ 2023-04-17 20:18 Nicolas Goaziou
  2023-04-21  9:06 ` bug#62914: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-17 20:18 UTC (permalink / raw)
  To: 62914

* gnu/packages/networking.scm (wireshark): Update to 4.0.5.
---
 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 1ba6c5300d..a5f0433652 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1759,14 +1759,14 @@ (define-public whois
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "4.0.4")
+    (version "4.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-"
                            version ".tar.xz"))
        (sha256
-        (base32 "0jz76ra86gy7r4wwb174lggnl5y29nn68l7ydw1kj1phcijrz854"))))
+        (base32 "0abb36n3li5w22f435k31mvk0sy0f41sxz4fqrl4ksjzjd377dki"))))
     (build-system cmake-build-system)
     (arguments
      (list

base-commit: 2d06dfc050114dba44e791d8decc8eaa705fee01
-- 
2.39.2





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

* bug#62914: [PATCH] gnu: wireshark: Update to 4.0.5.
  2023-04-17 20:18 [bug#62914] [PATCH] gnu: wireshark: Update to 4.0.5 Nicolas Goaziou
@ 2023-04-21  9:06 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-21  9:06 UTC (permalink / raw)
  To: 62914-done

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> * gnu/packages/networking.scm (wireshark): Update to 4.0.5.

Applied. Closing.




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

end of thread, other threads:[~2023-04-21 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 20:18 [bug#62914] [PATCH] gnu: wireshark: Update to 4.0.5 Nicolas Goaziou
2023-04-21  9:06 ` bug#62914: " Nicolas Goaziou

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.