guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: nftables: Update to 0.9.5.


From: guix-commits
Subject: 08/17: gnu: nftables: Update to 0.9.5.
Date: Tue, 9 Jun 2020 22:38:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2d63cca1460fbd3798cacd95bb75e5a0005e7c36
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 02:36:25 2020 +0200

    gnu: nftables: Update to 0.9.5.
    
    * gnu/packages/linux.scm (nftables): Update to 0.9.5.
---
 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 2baa8b2..db83069 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6092,7 +6092,7 @@ used by nftables.")
 (define-public nftables
   (package
     (name "nftables")
-    (version "0.9.3")
+    (version "0.9.5")
     (source
      (origin
        (method url-fetch)
@@ -6101,7 +6101,7 @@ used by nftables.")
                   (string-append "https://www.nftables.org/projects/nftables";
                                  "/files/nftables-" version ".tar.bz2")))
        (sha256
-        (base32 "0y6vbqp6x8w165q65h4n9sba1406gaz0d4744gqszbm7w9f92swm"))))
+        (base32 "05kyri19q776mymkbcxq3786l6nrf4xg7f3n8my0aw63mdz9bhgj"))))
     (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]