diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-10 16:31:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-12 03:02:32 +0100 |
commit | 31e6ef05156b2e952d2b2f86433f7e39e1ef71e0 (patch) | |
tree | 3ab242acd1cd4994a61d90072ab25e35e2d85f90 /gnu | |
parent | e221e9a7bce12789214066075bda2910106b6c32 (diff) | |
download | patches-31e6ef05156b2e952d2b2f86433f7e39e1ef71e0.tar patches-31e6ef05156b2e952d2b2f86433f7e39e1ef71e0.tar.gz |
gnu: nftables: Update to 0.9.3.
* gnu/packages/linux.scm (nftables): Update to 0.9.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 97cb6fffbf..48c8448a9d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5255,7 +5255,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "0.9.2") + (version "0.9.3") (source (origin (method url-fetch) @@ -5264,8 +5264,7 @@ used by 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. |