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.7.


From: guix-commits
Subject: 01/01: gnu: wireshark: Update to 3.0.7.
Date: Sun, 8 Dec 2019 13:21:46 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit cd4f3911c51735a173f381ddfd13c8ecc2768f78
Author: Nicolas Goaziou <address@hidden>
Date:   Sun Dec 8 19:21:23 2019 +0100

    gnu: wireshark: Update to 3.0.7.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.0.7.
---
 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 05f348a..3ddf597 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -601,14 +601,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.0.6")
+    (version "3.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "0gp3qg0280ysrsaa97yfazka8xcyrspsrw8bfgqxnpf1l0i40zx8"))))
+        (base32 "1wljg5z994r8zbjig52zlgp0b8lqbzdl1d6ysnw9hcvm2y82farv"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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