mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: iptables: Update to 1.8.11.
* gnu/packages/linux.scm (iptables): Update to 1.8.11. [source]: Adjust download link. Change-Id: I7d11caf2c3ef8b8977a32dbb518f303a3af3bf32
This commit is contained in:
parent
9ac686e5e6
commit
137f7c5966
1 changed files with 3 additions and 3 deletions
|
@ -3690,14 +3690,14 @@ external rate conversion.")
|
|||
(define-public iptables
|
||||
(package
|
||||
(name "iptables")
|
||||
(version "1.8.8")
|
||||
(version "1.8.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append "mirror://netfilter.org/iptables/iptables-"
|
||||
version ".tar.bz2")))
|
||||
version ".tar.xz")))
|
||||
(sha256
|
||||
(base32 "17w5a4znq8rdj5djcldmy6mbnxq1v88ibssk2mipc1kivj4miivi"))))
|
||||
(base32 "1cp7kw0d3fpmfmbl4adh88v02wnj4s5rfgyxsk52pjgqbvah6wyq"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config flex bison))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue