guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: iptables: Update to 1.8.7.


From: guix-commits
Subject: 04/05: gnu: iptables: Update to 1.8.7.
Date: Sun, 17 Jan 2021 19:34:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ca16ca54284d5365f02ace257e80f9d629c9f2d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 18 01:30:23 2021 +0100

    gnu: iptables: Update to 1.8.7.
    
    * gnu/packages/linux.scm (iptables): Update to 1.8.7.
---
 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 43156b5..a64b3fe 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2211,7 +2211,7 @@ external rate conversion.")
 (define-public iptables
   (package
     (name "iptables")
-    (version "1.8.6")
+    (version "1.8.7")
     (source
      (origin
        (method url-fetch)
@@ -2220,7 +2220,7 @@ external rate conversion.")
                   (string-append "https://www.netfilter.org/projects/iptables/";
                                  "files/iptables-" version ".tar.bz2")))
        (sha256
-        (base32 "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50"))))
+        (base32 "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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