guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: nftables: Update to 0.9.3.


From: guix-commits
Subject: 14/15: gnu: nftables: Update to 0.9.3.
Date: Wed, 11 Dec 2019 21:03:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 31e6ef05156b2e952d2b2f86433f7e39e1ef71e0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 10 16:31:44 2019 +0100

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 97cb6ff..48c8448 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5255,7 +5255,7 @@ used by nftables.")
 (define-public nftables
   (package
     (name "nftables")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
@@ -5264,8 +5264,7 @@ used by nftables.")
                   (string-append "https://www.nftables.org/projects/nftables";
                                  "/files/nftables-" version ".tar.bz2")))
        (sha256
-        (base32
-         "1x8kalbggjq44j4916i6vyv1rb20dlh1dcsf9xvzqsry2j063djw"))))
+        (base32 "0y6vbqp6x8w165q65h4n9sba1406gaz0d4744gqszbm7w9f92swm"))))
     (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]