diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 03:38:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 03:54:57 +0200 |
commit | 2ddfcf4be8425416815b6da2cb28b76f9dac7f7a (patch) | |
tree | 808c2c18702e01d80436c3fa5a49d15fec82a54f /gnu | |
parent | 27f56b2c184a3fce02cf56ee72c1d89d9c13f67e (diff) |
gnu: nftables: Update to 0.9.6.
* gnu/packages/linux.scm (nftables): Update to 0.9.6.
Diffstat (limited to 'gnu')
-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 54153b45f5..839358e763 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6084,7 +6084,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "0.9.5") + (version "0.9.6") (source (origin (method url-fetch) @@ -6093,7 +6093,7 @@ used by nftables.") (string-append "https://www.nftables.org/projects/nftables" "/files/nftables-" version ".tar.bz2"))) (sha256 - (base32 "05kyri19q776mymkbcxq3786l6nrf4xg7f3n8my0aw63mdz9bhgj")))) + (base32 "0vmn6xwqa1nq6crfxshh049b199d0aj6hfgin7k068xhibzgvmk8")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-man-doc"))) ; FIXME: Needs docbook2x. |