guix-commits
[Top][All Lists]
Advanced

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

22/22: gnu: wireshark: Update to 3.2.7.


From: guix-commits
Subject: 22/22: gnu: wireshark: Update to 3.2.7.
Date: Wed, 30 Sep 2020 18:25:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5faca523d6fce4b87ccd026f0ce04c8a8f60e66e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 21:04:33 2020 +0200

    gnu: wireshark: Update to 3.2.7.
    
    * gnu/packages/networking.scm (wireshark): Update to 3.2.7.
---
 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 f2a9805..6354162 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1272,14 +1272,14 @@ of the same name.")
 (define-public wireshark
   (package
     (name "wireshark")
-    (version "3.2.6")
+    (version "3.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.wireshark.org/download/src/wireshark-";
                            version ".tar.xz"))
        (sha256
-        (base32 "1wmlbrym6l5fkvic596yx74jz1pn4pfjihsx341fxv5w76zfxcgb"))))
+        (base32 "1nkhglzxj05hwhgzrgan4glv0z67rmasf9djx1dmqicwdnw2z0xy"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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