mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
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
|
||||
(package
|
||||
(name "iptables")
|
||||
(version "1.8.6")
|
||||
(version "1.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2220,7 +2220,7 @@ external rate conversion.")
|
|||
(string-append "https://www.netfilter.org/projects/iptables/"
|
||||
"files/iptables-" version ".tar.bz2")))
|
||||
(sha256
|
||||
(base32 "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50"))))
|
||||
(base32 "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Add table
Reference in a new issue