~ruther/guix-local

4f3bf2059e702fa1c2972818894011b1ba076592 — Tobias Geerinckx-Rice 8 years ago 9a9d64e
gnu: iptables: Update to 1.6.2.

* gnu/packages/linux.scm (iptables): Update to 1.6.2.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 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)