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


From: Nicolas Goaziou
Subject: 01/01: gnu: wireshark: Update to 2.6.2.
Date: Mon, 6 Aug 2018 09:53:59 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e921234d02c926b5a95498aed1280b6346dd0878
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Aug 6 15:53:30 2018 +0200

    gnu: wireshark: Update to 2.6.2.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.6.2.
---
 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 fad4f52..5055f03 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -579,7 +579,7 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.6.1")
+    (version "2.6.2")
     (source
      (origin
        (method url-fetch)
@@ -587,7 +587,7 @@ of the same name.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "126dvd6myjbxjr69dy9vzzdda2lmjy1wwwc6gcs5djb46jy5nvmb"))))
+         "153h6prxamv5a62f3pfadkry0y57696xrgxfy2gfy5xswdg8kcj9"))))
     (build-system gnu-build-system)
     (inputs `(("c-ares" ,c-ares)
               ("glib" ,glib)



reply via email to

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