gnu: iptables: Update to 1.8.7.
* gnu/packages/linux.scm (iptables): Update to 1.8.7.
This commit is contained in:
parent
c65e3c9d41
commit
ca16ca5428
1 changed files with 2 additions and 2 deletions
|
@ -2211,7 +2211,7 @@ external rate conversion.")
|
||||||
(define-public iptables
|
(define-public iptables
|
||||||
(package
|
(package
|
||||||
(name "iptables")
|
(name "iptables")
|
||||||
(version "1.8.6")
|
(version "1.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2220,7 +2220,7 @@ external rate conversion.")
|
||||||
(string-append "https://www.netfilter.org/projects/iptables/"
|
(string-append "https://www.netfilter.org/projects/iptables/"
|
||||||
"files/iptables-" version ".tar.bz2")))
|
"files/iptables-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50"))))
|
(base32 "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue