diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:01 +0200 |
commit | 0d92088d5c6477b22b88aad67c2ce1300bb130f0 (patch) | |
tree | 65e1f381cf24784acea478a04699f787dec2d17e /gnu | |
parent | 4985043c7cf8926d7b0b4394ba5e8c7a6f6e545a (diff) | |
download | guix-0d92088d5c6477b22b88aad67c2ce1300bb130f0.tar.gz |
gnu: nftables: Update to 1.0.5.
* gnu/packages/linux.scm (nftables): Update to 1.0.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2c92ade3fa..0a86bc0b43 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7372,7 +7372,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "1.0.4") + (version "1.0.5") (source (origin (method url-fetch) @@ -7381,7 +7381,7 @@ used by nftables.") (string-append "https://www.nftables.org/projects/nftables" "/files/nftables-" version ".tar.bz2"))) (sha256 - (base32 "0ddsdj6zs78hndffl3iikpa1wzjxcpmr3xqcq4la71gnl7zb2zwj")))) + (base32 "02p59m773l2xqcb7ib7cprlpjfdnp792bahbs6c3dx1s74c4n6wd")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static" |