guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/01: gnu: wireshark: Update to 2.6.6.
Date: Sat, 2 Feb 2019 07:40:12 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 5fc843cc63e564e704f83452a551fb5bdf03507a
Author: Nicolas Goaziou <address@hidden>
Date:   Sat Feb 2 13:39:58 2019 +0100

    gnu: wireshark: Update to 2.6.6.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.6.6.
---
 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 6ba544e..54ccaa8 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -590,7 +590,7 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.6.5")
+    (version "2.6.6")
     (source
      (origin
        (method url-fetch)
@@ -598,7 +598,7 @@ of the same name.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "12j3fw0j8qcr86c1vsz4bsb55j9inp0ll3wjjdvg1cj4hmwmn5ck"))))
+         "0qz8a1ays63712pq1v7nnw7c57zlqkcifq7himfv5nsv0zm36ya8"))))
     (build-system gnu-build-system)
     (inputs `(("c-ares" ,c-ares)
               ("glib" ,glib)



reply via email to

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