gnu: nftables: Update to 0.9.7.
* gnu/packages/linux.scm (nftables): Update to 0.9.7.master
parent
ee079952bb
commit
159099d10d
|
@ -6255,7 +6255,7 @@ used by nftables.")
|
||||||
(define-public nftables
|
(define-public nftables
|
||||||
(package
|
(package
|
||||||
(name "nftables")
|
(name "nftables")
|
||||||
(version "0.9.6")
|
(version "0.9.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6264,7 +6264,7 @@ used by nftables.")
|
||||||
(string-append "https://www.nftables.org/projects/nftables"
|
(string-append "https://www.nftables.org/projects/nftables"
|
||||||
"/files/nftables-" version ".tar.bz2")))
|
"/files/nftables-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vmn6xwqa1nq6crfxshh049b199d0aj6hfgin7k068xhibzgvmk8"))))
|
(base32 "1c1c2475nifncv0ng8z77h2dpanlsx0bhqm15k00jb3a6a68lszy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:configure-flags
|
(arguments `(#:configure-flags
|
||||||
'("--disable-man-doc"))) ; FIXME: Needs docbook2x.
|
'("--disable-man-doc"))) ; FIXME: Needs docbook2x.
|
||||||
|
|
Reference in New Issue