guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: nftables: Update to 0.9.8.


From: guix-commits
Subject: 03/05: gnu: nftables: Update to 0.9.8.
Date: Sun, 17 Jan 2021 19:34:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c65e3c9d413c6c273755fa04d7b91bfbfb185573
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 18 01:30:11 2021 +0100

    gnu: nftables: Update to 0.9.8.
    
    * gnu/packages/linux.scm (nftables): Update to 0.9.8.
---
 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 7fc9eac..43156b5 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.



reply via email to

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