me
/
guix
Archived
1
0
Fork 0

gnu: libpcap: Update to 1.10.0.

* gnu/packages/admin.scm (libpcap): Update to 1.10.0.
master
Léo Le Bouter 2021-03-04 00:21:27 +01:00
parent 14c3c3eec2
commit 48dd1ac030
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -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)