diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-18 01:30:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-18 01:34:53 +0100 |
commit | c65e3c9d413c6c273755fa04d7b91bfbfb185573 (patch) | |
tree | 95db5205c5e58b09f62bbe53c24aea1b38a1539e | |
parent | e5a806a43af6efb5b2e79a26bc3d4581eb424f1d (diff) |
gnu: nftables: Update to 0.9.8.
* gnu/packages/linux.scm (nftables): Update to 0.9.8.
-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 7fc9eac803..43156b584c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6458,7 +6458,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "0.9.7") + (version "0.9.8") (source (origin (method url-fetch) @@ -6467,7 +6467,7 @@ used by nftables.") (string-append "https://www.nftables.org/projects/nftables" "/files/nftables-" version ".tar.bz2"))) (sha256 - (base32 "1c1c2475nifncv0ng8z77h2dpanlsx0bhqm15k00jb3a6a68lszy")))) + (base32 "1r4g22grhd4s1918wws9vggb8821sv4kkj8197ygxr6sar301z30")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-man-doc"))) ; FIXME: Needs docbook2x. |