guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wireshark: Update to 3.0.3.


From: guix-commits
Subject: 01/01: gnu: wireshark: Update to 3.0.3.
Date: Thu, 1 Aug 2019 11:30:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0ca3ee43b762668ec4381429a53f5394c05db7d9
Author: Nicolas Goaziou <address@hidden>
Date:   Thu Aug 1 17:30:11 2019 +0200

    gnu: wireshark: Update to 3.0.3.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.0.3.
---
 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 fb371ed..16e04aa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -594,14 +594,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.0.2")
+    (version "3.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0fz5lbyiw4a27fqc4ndi1w20bpcb6wi9k7vjv29l9fhd99kca7ky"))))
+        (base32 "0711jilp9sbgi46d105m3galw8n4wk5yncawi08031qxg2f754mg"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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