summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 17:24:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 17:56:59 +0100
commit159099d10dbbcd2424e4355f851c69e73c121514 (patch)
tree025d0e849c0cc9c3c64ec52c4abf1237f2c1fa19
parentee079952bb448f4531fae9f8821357421818a1ed (diff)
downloadguix-patches-159099d10dbbcd2424e4355f851c69e73c121514.tar
guix-patches-159099d10dbbcd2424e4355f851c69e73c121514.tar.gz
gnu: nftables: Update to 0.9.7.
* gnu/packages/linux.scm (nftables): Update to 0.9.7.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 523e9b15d7..bc95889139 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6255,7 +6255,7 @@ used by nftables.")
(define-public nftables
(package
(name "nftables")
- (version "0.9.6")
+ (version "0.9.7")
(source
(origin
(method url-fetch)
@@ -6264,7 +6264,7 @@ used by nftables.")
(string-append "https://www.nftables.org/projects/nftables"
"/files/nftables-" version ".tar.bz2")))
(sha256
- (base32 "0vmn6xwqa1nq6crfxshh049b199d0aj6hfgin7k068xhibzgvmk8"))))
+ (base32 "1c1c2475nifncv0ng8z77h2dpanlsx0bhqm15k00jb3a6a68lszy"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags
'("--disable-man-doc"))) ; FIXME: Needs docbook2x.