diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-21 04:58:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-21 15:02:48 +0100 |
commit | 4f3bf2059e702fa1c2972818894011b1ba076592 (patch) | |
tree | ee45ccfd47c305cfb7eb65ee5312de7e8606943a /gnu | |
parent | 9a9d64eaf97609d05b52deacdbd3dfb171a29048 (diff) |
gnu: iptables: Update to 1.6.2.
* gnu/packages/linux.scm (iptables): Update to 1.6.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 32d2220bc3..e1fd5ae806 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) |