diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 01:03:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 05:44:10 +0100 |
commit | 096a6938c2c5058e0d0919d8d1e41a685a6459e9 (patch) | |
tree | 5f5ab32c77e67e0d49233c7497148b41d6a85326 /gnu | |
parent | 079bdcddd4b6a5a79d9c88d57940fe36c9999f11 (diff) |
gnu: ipset: Update to 7.9.
* gnu/packages/linux.scm (ipset): Update to 7.9.
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 f9a4ee8b34..73afdd6339 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7584,13 +7584,13 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.") (define-public ipset (package (name "ipset") - (version "7.7") + (version "7.9") (source (origin (method url-fetch) (uri (string-append "https://ipset.netfilter.org/ipset-" version ".tar.bz2")) (sha256 (base32 - "0ckc678l1431mb0q5ilfgy0ajjwi8n135c72h606imm43dc0v9a5")))) + "02mkp7vmsh609dcp02xi290sxmsgq2fsch3875dxkwfxkrl16p5p")))) (build-system gnu-build-system) (inputs `(("libmnl" ,libmnl))) |