guix-commits
[Top][All Lists]
Advanced

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

06/16: gnu: nftables: Update to 0.9.9.


From: guix-commits
Subject: 06/16: gnu: nftables: Update to 0.9.9.
Date: Thu, 27 May 2021 12:27:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e2d3f8d48a481fef05327c430609e5f35a0237c5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 16:19:11 2021 +0200

    gnu: nftables: Update to 0.9.9.
    
    * gnu/packages/linux.scm (nftables): Update to 0.9.9.
---
 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 406629b..f127e36 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.



reply via email to

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