guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: wireshark: Update to 3.0.1.


From: guix-commits
Subject: 03/05: gnu: wireshark: Update to 3.0.1.
Date: Mon, 15 Apr 2019 19:01:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c66e55628840c501e6b5070f199e407189ec273f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 11:51:27 2019 +0200

    gnu: wireshark: Update to 3.0.1.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.0.1.
---
 gnu/packages/networking.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 43a1c26..665b5df 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -590,15 +590,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.0.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32
-         "17h0ixq7yr6scscjkidaj3dh5x6dfd3f97ggdxlklkz9nbsk0kxw"))))
+        (base32 "13605bpnnbqsdr8ybqnscbz9g422zmyymn4q5aci28vc1wylr1l6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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