diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-18 01:30:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-18 01:34:53 +0100 |
commit | ca16ca54284d5365f02ace257e80f9d629c9f2d8 (patch) | |
tree | 000842235f0471480731976932d107b7160e3556 | |
parent | c65e3c9d413c6c273755fa04d7b91bfbfb185573 (diff) | |
download | guix-ca16ca54284d5365f02ace257e80f9d629c9f2d8.tar.gz |
gnu: iptables: Update to 1.8.7.
* gnu/packages/linux.scm (iptables): Update to 1.8.7.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 43156b584c..a64b3fef4f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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) |