diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-17 16:36:35 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-17 16:37:42 +0200 |
commit | 6441d8ad08ee9d47a3f4ea90d9a2ff633b4cf888 (patch) | |
tree | fc5ae5b2898626a4d810aeb72c4e766bb2d92d70 | |
parent | e22f12bb79c7374c12ca130132a268789991dc3c (diff) | |
download | guix-6441d8ad08ee9d47a3f4ea90d9a2ff633b4cf888.tar.gz |
gnu: ipset: Update to 7.15.
* gnu/packages/linux.scm (ipset): Update to 7.15.
-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 a64bc9b560..80c0d8d913 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8394,14 +8394,14 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.") (define-public ipset (package (name "ipset") - (version "7.11") + (version "7.15") (source (origin (method url-fetch) (uri (string-append "https://ipset.netfilter.org/" "ipset-" version ".tar.bz2")) (sha256 - (base32 "0zdzp9fhpp6hmirzxy7w27fb9xx9lxd2ykxbn8by7ngi62nvll9i")))) + (base32 "0l8pcaym6057hq3a4zwnk53p5y6xg1m3d3c83wn18h5nmnm4am8a")))) (build-system gnu-build-system) (inputs `(("libmnl" ,libmnl))) |