GNU bug report logs - #62914
[PATCH] gnu: wireshark: Update to 4.0.5.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Mon, 17 Apr 2023 20:19:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: bug#62914: closed (Re: [bug#62914] [PATCH] gnu: wireshark: Update
 to 4.0.5.)
Date: Fri, 21 Apr 2023 09:07:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62914: [PATCH] gnu: wireshark: Update to 4.0.5.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62914 <at> debbugs.gnu.org.

-- 
62914: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62914
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62914-done <at> debbugs.gnu.org
Subject: Re: [bug#62914] [PATCH] gnu: wireshark: Update to 4.0.5.
Date: Fri, 21 Apr 2023 11:06:42 +0200
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

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

Applied. Closing.

[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: wireshark: Update to 4.0.5.
Date: Mon, 17 Apr 2023 22:18:29 +0200
* 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




This bug report was last modified 2 years and 114 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.