summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-27 16:19:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-27 18:20:35 +0200
commite2d3f8d48a481fef05327c430609e5f35a0237c5 (patch)
treed067e5b4cb44d224c982516fb4c53b0614499b9f
parentcedcab1da3f5281177743a61e19879cc4ee07adf (diff)
downloadguix-e2d3f8d48a481fef05327c430609e5f35a0237c5.tar.gz
gnu: nftables: Update to 0.9.9.
* gnu/packages/linux.scm (nftables): Update to 0.9.9.
-rw-r--r--gnu/packages/linux.scm4
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.