gnu: libpcap: Update to 1.10.1.

* gnu/packages/admin.scm (libpcap): Update to 1.10.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-29 16:23:12 +02:00
parent 2db86250a7
commit 3e908bb509
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1291,14 +1291,14 @@ (define-public isc-dhcp
(define-public libpcap (define-public libpcap
(package (package
(name "libpcap") (name "libpcap")
(version "1.10.0") (version "1.10.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.tcpdump.org/release/libpcap-" (uri (string-append "https://www.tcpdump.org/release/libpcap-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"07ibr6zzfh1wk5gqcbnlyh6v0dfmhpfd0fqj5y3yxvzf4ckb84ld")))) "1m5x26vlbymp90k1qh0w3nj2nxzyvfrmfmwpj17k81dgri55ya7d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)