diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-16 08:26:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-17 10:59:21 +0100 |
commit | 64a4d394039b84a3e2dfe2ec253ae81ad87c9c89 (patch) | |
tree | 0f43edf93f0e064f7add80346df7d02e46285cc9 /gnu | |
parent | 284d7da3bbc246b289c47be0d78db0269b0b4a01 (diff) | |
download | guix-64a4d394039b84a3e2dfe2ec253ae81ad87c9c89.tar guix-64a4d394039b84a3e2dfe2ec253ae81ad87c9c89.tar.gz |
gnu: nftables: Update to 0.8.
* gnu/packages/linux.scm (nftables): Update to 0.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 90f28ca0e7..f526232b37 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4145,7 +4145,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "0.7") + (version "0.8") (source (origin (method url-fetch) @@ -4153,7 +4153,7 @@ used by nftables.") "/files/nftables-" version ".tar.bz2")) (sha256 (base32 - "0hzdqigdx4i6jbpxbdyq4zy4p4waqn8l6vvz7685ikh1v0wr4qzy")))) + "16iq9x0qxikdhp1nan500rk33ycqddl1k57876m4dfv3n7kqhnrz")))) (build-system gnu-build-system) (inputs `(("bison", bison) ("flex", flex) |