guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: nftables: Update to 0.8.


From: Ludovic Courtès
Subject: 05/07: gnu: nftables: Update to 0.8.
Date: Fri, 17 Nov 2017 05:09:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 64a4d394039b84a3e2dfe2ec253ae81ad87c9c89
Author: Rutger Helling <address@hidden>
Date:   Thu Nov 16 08:26:42 2017 +0100

    gnu: nftables: Update to 0.8.
    
    * gnu/packages/linux.scm (nftables): Update to 0.8.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 90f28ca..f526232 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4145,7 +4145,7 @@ used by nftables.")
 (define-public nftables
   (package
     (name "nftables")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
@@ -4153,7 +4153,7 @@ used by nftables.")
                            "/files/nftables-" version ".tar.bz2"))
        (sha256
         (base32
-         "0hzdqigdx4i6jbpxbdyq4zy4p4waqn8l6vvz7685ikh1v0wr4qzy"))))
+         "16iq9x0qxikdhp1nan500rk33ycqddl1k57876m4dfv3n7kqhnrz"))))
     (build-system gnu-build-system)
     (inputs `(("bison", bison)
               ("flex", flex)



reply via email to

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