emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61110: closed ([PATCH] gnu: wireshark: Update to 4.0.3.)


From: GNU bug Tracking System
Subject: bug#61110: closed ([PATCH] gnu: wireshark: Update to 4.0.3.)
Date: Sat, 04 Feb 2023 18:12:03 +0000

Your message dated Sat, 04 Feb 2023 19:11:42 +0100
with message-id <87r0v5xpup.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61110] [PATCH] gnu: wireshark: Update to 4.0.3.
has caused the debbugs.gnu.org bug report #61110,
regarding [PATCH] gnu: wireshark: Update to 4.0.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61110: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61110
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: wireshark: Update to 4.0.3. Date: Sat, 28 Jan 2023 10:03:28 +0100
* gnu/packages/networking.scm (wireshark): Update to 4.0.3.
---
 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 a7b51ed1ff..736313da00 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2016 Raimon Grau <raimonster@gmail.com>
 ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
-;;; Copyright © 2016-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2016-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
@@ -1754,14 +1754,14 @@ (define-public whois
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "4.0.2")
+    (version "4.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "07a18jx88jaa2j1i949w9n1yb149xi02s80inbfji6rgkxliangk"))))
+        (base32 "04cmgvmkyvxdpfy08adxf3smklgzakrvyvb89rrr7yqaridy2lbc"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases

base-commit: 1163349b7009ba60f7e441952a798d5df255db0d
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61110] [PATCH] gnu: wireshark: Update to 4.0.3. Date: Sat, 04 Feb 2023 19:11:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

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

Applied.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]