guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: iptables: Update to 1.6.2.


From: Tobias Geerinckx-Rice
Subject: 06/08: gnu: iptables: Update to 1.6.2.
Date: Wed, 21 Feb 2018 09:03:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4f3bf2059e702fa1c2972818894011b1ba076592
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Feb 21 04:58:24 2018 +0100

    gnu: iptables: Update to 1.6.2.
    
    * gnu/packages/linux.scm (iptables): Update to 1.6.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 32d2220..e1fd5ae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1089,7 +1089,7 @@ external rate conversion.")
 (define-public iptables
   (package
     (name "iptables")
-    (version "1.6.1")
+    (version "1.6.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1097,7 +1097,7 @@ external rate conversion.")
                    version ".tar.bz2"))
              (sha256
               (base32
-               "1x8c9y340x79djsq54bc1674ryv59jfphrk4f88i7qbvbnyxghhg"))))
+               "0crp0lvh5m2f15pr8cw97h8yb8zjj10x95zj06j46cr68vx2vl2m"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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