diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 16:19:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 18:20:35 +0200 |
commit | e2d3f8d48a481fef05327c430609e5f35a0237c5 (patch) | |
tree | d067e5b4cb44d224c982516fb4c53b0614499b9f /gnu/packages | |
parent | cedcab1da3f5281177743a61e19879cc4ee07adf (diff) | |
download | guix-e2d3f8d48a481fef05327c430609e5f35a0237c5.tar.gz guix-e2d3f8d48a481fef05327c430609e5f35a0237c5.zip |
gnu: nftables: Update to 0.9.9.
* gnu/packages/linux.scm (nftables): Update to 0.9.9.
Diffstat (limited to 'gnu/packages')
-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 406629b6f6..f127e36e36 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -6636,7 +6636,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "0.9.8") + (version "0.9.9") (source (origin (method url-fetch) @@ -6645,7 +6645,7 @@ used by nftables.") (string-append "https://www.nftables.org/projects/nftables" "/files/nftables-" version ".tar.bz2"))) (sha256 - (base32 "1r4g22grhd4s1918wws9vggb8821sv4kkj8197ygxr6sar301z30")))) + (base32 "1d7iwc8xlyfsbgn6qx1sdfcq7jhpl8wpfj39hcd06y8dzp3jvvvn")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-man-doc"))) ; FIXME: Needs docbook2x. |