guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: nftables: Update to 0.9.7.


From: guix-commits
Subject: 09/13: gnu: nftables: Update to 0.9.7.
Date: Sun, 1 Nov 2020 11:57:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 159099d10dbbcd2424e4355f851c69e73c121514
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 17:24:03 2020 +0100

    gnu: nftables: Update to 0.9.7.
    
    * gnu/packages/linux.scm (nftables): Update to 0.9.7.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 523e9b1..bc95889 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6255,7 +6255,7 @@ used by nftables.")
 (define-public nftables
   (package
     (name "nftables")
-    (version "0.9.6")
+    (version "0.9.7")
     (source
      (origin
        (method url-fetch)
@@ -6264,7 +6264,7 @@ used by nftables.")
                   (string-append "https://www.nftables.org/projects/nftables";
                                  "/files/nftables-" version ".tar.bz2")))
        (sha256
-        (base32 "0vmn6xwqa1nq6crfxshh049b199d0aj6hfgin7k068xhibzgvmk8"))))
+        (base32 "1c1c2475nifncv0ng8z77h2dpanlsx0bhqm15k00jb3a6a68lszy"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags
                  '("--disable-man-doc"))) ; FIXME: Needs docbook2x.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]