guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libpcap: Update to 1.10.0.


From: guix-commits
Subject: 01/02: gnu: libpcap: Update to 1.10.0.
Date: Wed, 3 Mar 2021 18:25:48 -0500 (EST)

lle_bout pushed a commit to branch master
in repository guix.

commit 48dd1ac030061c25c1d3e7710ebdf297509ed412
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 4 00:21:27 2021 +0100

    gnu: libpcap: Update to 1.10.0.
    
    * gnu/packages/admin.scm (libpcap): Update to 1.10.0.
---
 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 9757d62..e6248eb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1198,14 +1198,14 @@ tools: server, client, and relay agent.")
 (define-public libpcap
   (package
     (name "libpcap")
-    (version "1.9.1")
+    (version "1.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.tcpdump.org/release/libpcap-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "153h1378diqyc27jjgz6gg5nxmb4ddk006d9xg69nqavgiikflk3"))))
+                "07ibr6zzfh1wk5gqcbnlyh6v0dfmhpfd0fqj5y3yxvzf4ckb84ld"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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