guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: nftables: Update to 0.9.2.


From: guix-commits
Subject: 02/02: gnu: nftables: Update to 0.9.2.
Date: Wed, 11 Sep 2019 04:22:28 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit f8b7c35ad0f06cd2cdd508ad6869d29530beb3c8
Author: Rutger Helling <address@hidden>
Date:   Wed Sep 11 10:20:26 2019 +0200

    gnu: nftables: Update to 0.9.2.
    
    * gnu/packages/linux.scm (nftables): Update to 0.9.2.
---
 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 92831b6..148254e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5152,7 +5152,7 @@ used by nftables.")
 (define-public nftables
   (package
     (name "nftables")
-    (version "0.9.0")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
@@ -5160,7 +5160,7 @@ used by nftables.")
                            "/files/nftables-" version ".tar.bz2"))
        (sha256
         (base32
-         "14bygs6vg2v448cw5r4pxqi8an29hw0m9vab8hpmgjmrzjsq30dd"))))
+         "1x8kalbggjq44j4916i6vyv1rb20dlh1dcsf9xvzqsry2j063djw"))))
     (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]