guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: tcpdump: Update to 4.99.1.


From: guix-commits
Subject: 04/05: gnu: tcpdump: Update to 4.99.1.
Date: Sun, 20 Jun 2021 10:46:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit eca228eb09fd54021af98347aeeb92e5c3dd629e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 20 16:39:36 2021 +0200

    gnu: tcpdump: Update to 4.99.1.
    
    * gnu/packages/admin.scm (tcpdump): Update to 4.99.1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ea5cd91..16fcdfc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1319,14 +1319,14 @@ network statistics collection, security monitoring, 
network debugging, etc.")
 (define-public tcpdump
   (package
     (name "tcpdump")
-    (version "4.99.0")
+    (version "4.99.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.tcpdump.org/release/tcpdump-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0hmqh2fx8rgs9v1mk3vpywj61xvkifz260q685xllxr8jmxg3wlc"))))
+                "1ghfs5gifzrk3813zf9zalfbjs70wg6llz6q31k180r7zf2nkcvr"))))
     (build-system gnu-build-system)
     (inputs `(("libpcap" ,libpcap)
               ("openssl" ,openssl)))



reply via email to

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