gnu: nftables: Update to 0.9.3.

* gnu/packages/linux.scm (nftables): Update to 0.9.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-10 16:31:44 +01:00
parent e221e9a7bc
commit 31e6ef0515
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -5255,7 +5255,7 @@ (define-public libnftnl
(define-public nftables
(package
(name "nftables")
(version "0.9.2")
(version "0.9.3")
(source
(origin
(method url-fetch)
@ -5264,8 +5264,7 @@ (define-public nftables
(string-append "https://www.nftables.org/projects/nftables"
"/files/nftables-" version ".tar.bz2")))
(sha256
(base32
"1x8kalbggjq44j4916i6vyv1rb20dlh1dcsf9xvzqsry2j063djw"))))
(base32 "0y6vbqp6x8w165q65h4n9sba1406gaz0d4744gqszbm7w9f92swm"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags
'("--disable-man-doc"))) ; FIXME: Needs docbook2x.