guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: wireshark: Update to 3.2.5.


From: guix-commits
Subject: 02/02: gnu: wireshark: Update to 3.2.5.
Date: Thu, 2 Jul 2020 06:11:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dba255c033ea907f2be69966c2febedb767c54b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 2 12:10:09 2020 +0200

    gnu: wireshark: Update to 3.2.5.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.2.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 d75f524..a060c63 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -868,14 +868,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.2.4")
+    (version "3.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "1amqgn94g6h6cfnsccm2zb4c73pfv1qmzi1i6h1hnbcyhhg4czfi"))))
+        (base32 "0h69m9maq6w5gik4gamv4kfqrr37hmi4kpwh225y1k36awm0b2dx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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