diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:53:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-23 00:54:49 +0100 |
commit | 783461b429db39e0c26410a8cbf4b72b3de441ba (patch) | |
tree | b277b3afc7fffe809dad07abd4f4b0237fe486ec | |
parent | f6167cfbc35898ded87d7d82f10a0ee785af5360 (diff) | |
download | guix-783461b429db39e0c26410a8cbf4b72b3de441ba.tar.gz |
gnu: ipset: Update to 7.10.
* gnu/packages/linux.scm (ipset): Update to 7.10.
-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 d7e91f7c4f..b0b56ecfe1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7642,13 +7642,13 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.") (define-public ipset (package (name "ipset") - (version "7.9") + (version "7.10") (source (origin (method url-fetch) (uri (string-append "https://ipset.netfilter.org/ipset-" version ".tar.bz2")) (sha256 (base32 - "02mkp7vmsh609dcp02xi290sxmsgq2fsch3875dxkwfxkrl16p5p")))) + "1xlwgsy06jx0bckc5r2wvyys8jfpc5klfqqqshmk5zp28fx0cjdj")))) (build-system gnu-build-system) (inputs `(("libmnl" ,libmnl))) |