diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:01 +0100 |
commit | a611b99fe9953249c342ffb21adec8e2700eb6b9 (patch) | |
tree | f82592b6383f099872a669b673a1cc11292d6e3f /gnu | |
parent | d35689f2fc04f1306e7f01a9e314654309cdd923 (diff) | |
download | guix-a611b99fe9953249c342ffb21adec8e2700eb6b9.tar.gz |
gnu: ipset: Update to 7.17.
* gnu/packages/linux.scm (ipset): Update to 7.17.
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 bf92c5821d..e78a9a3edc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9428,14 +9428,14 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.") (define-public ipset (package (name "ipset") - (version "7.16") + (version "7.17") (source (origin (method url-fetch) (uri (string-append "https://ipset.netfilter.org/" "ipset-" version ".tar.bz2")) (sha256 - (base32 "1l4nybq17gr2ick7bbb5gq46bsqiw4rxmrvi0qfkvpm1yk6xkcc7")))) + (base32 "1n34mkrdha9rggd0fizjx6baqkiqqd1yfhb5ml663mlx93zwjjdy")))) (build-system gnu-build-system) (inputs (list libmnl)) |