gnu: nftables: Update to 0.8.

* gnu/packages/linux.scm (nftables): Update to 0.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Rutger Helling 2017-11-16 08:26:42 +01:00 committed by Ludovic Courtès
parent 284d7da3bb
commit 64a4d39403
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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)