summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-10 20:49:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-12 03:02:32 +0100
commit968dd994474d83354f43947a2666b7f4d8f2793b (patch)
tree69a6700a057bbf12374b348efc559ee68f664321
parent31e6ef05156b2e952d2b2f86433f7e39e1ef71e0 (diff)
downloadpatches-968dd994474d83354f43947a2666b7f4d8f2793b.tar
patches-968dd994474d83354f43947a2666b7f4d8f2793b.tar.gz
gnu: iptables: Update to 1.8.4.
* gnu/packages/linux.scm (iptables): Update to 1.8.4.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 48c8448a9d..0a3f7957c5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1674,7 +1674,7 @@ external rate conversion.")
(define-public iptables
(package
(name "iptables")
- (version "1.6.2")
+ (version "1.8.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1682,7 +1682,7 @@ external rate conversion.")
version ".tar.bz2"))
(sha256
(base32
- "0crp0lvh5m2f15pr8cw97h8yb8zjj10x95zj06j46cr68vx2vl2m"))))
+ "0z0mgs1ghvn3slc868mgbf2g26njgrzcy5ggyb5w4i55j1a3lflr"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)