aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-29 16:23:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-30 21:34:27 +0200
commit3e908bb5092e2279947815e0e15c6d5102042fcf (patch)
tree0b682b49b1b6f87ccb9dc6e15436fcbc25082036
parent2db86250a772a24d0a267e760e13c156383310ea (diff)
downloadguix-3e908bb5092e2279947815e0e15c6d5102042fcf.tar
guix-3e908bb5092e2279947815e0e15c6d5102042fcf.tar.gz
gnu: libpcap: Update to 1.10.1.
* gnu/packages/admin.scm (libpcap): Update to 1.10.1.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fac8b41d54..61f287f92c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1291,14 +1291,14 @@ tools: server, client, and relay agent.")
(define-public libpcap
(package
(name "libpcap")
- (version "1.10.0")
+ (version "1.10.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.tcpdump.org/release/libpcap-"
version ".tar.gz"))
(sha256
(base32
- "07ibr6zzfh1wk5gqcbnlyh6v0dfmhpfd0fqj5y3yxvzf4ckb84ld"))))
+ "1m5x26vlbymp90k1qh0w3nj2nxzyvfrmfmwpj17k81dgri55ya7d"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)