[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libpcap: Update to 1.8.1.
From: |
Leo Famulari |
Subject: |
01/01: gnu: libpcap: Update to 1.8.1. |
Date: |
Mon, 30 Jan 2017 19:49:56 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit df4a2b44d31f7da92d1976b11f401c64f798d6f1
Author: Leo Famulari <address@hidden>
Date: Mon Jan 30 14:48:29 2017 -0500
gnu: libpcap: Update to 1.8.1.
* gnu/packages/admin.scm (libpcap): Update to 1.8.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 a785ddb..12aa9e7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -608,14 +608,14 @@ tools: server, client, and relay agent.")
(define-public libpcap
(package
(name "libpcap")
- (version "1.7.4")
+ (version "1.8.1")
(source (origin
(method url-fetch)
(uri (string-append "http://www.tcpdump.org/release/libpcap-"
version ".tar.gz"))
(sha256
(base32
- "1c28ykkizd7jqgzrfkg7ivqjlqs9p6lygp26bsw2i0z8hwhi3lvs"))))
+ "07jlhc66z76dipj4j5v3dig8x6h3k6cb36kmnmpsixf3zmlvqgb7"))))
(build-system gnu-build-system)
(native-inputs `(("bison" ,bison) ("flex" ,flex)))
(arguments '(#:configure-flags '("--with-pcap=linux")