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


From: guix-commits
Subject: 01/01: gnu: wireshark: Update to 2.6.5.
Date: Fri, 14 Dec 2018 17:43:17 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 6ec3de976b26a596523fbcb85c1b0860c4e3f933
Author: Nicolas Goaziou <address@hidden>
Date:   Fri Dec 14 23:42:25 2018 +0100

    gnu: wireshark: Update to 2.6.5.
    
    * gnu/packages/networking.scm (wireshark): Update to 2.6.5.
---
 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 a9e1576..84bfe47 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -586,7 +586,7 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "2.6.4")
+    (version "2.6.5")
     (source
      (origin
        (method url-fetch)
@@ -594,7 +594,7 @@ of the same name.")
                            version ".tar.xz"))
        (sha256
         (base32
-         "0qf81dk726sdsmjqa9nd251j1cwvzkyb4hrlp6w4iwa3cdz00sx0"))))
+         "12j3fw0j8qcr86c1vsz4bsb55j9inp0ll3wjjdvg1cj4hmwmn5ck"))))
     (build-system gnu-build-system)
     (inputs `(("c-ares" ,c-ares)
               ("glib" ,glib)



reply via email to

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