gnu: ipset: Update to 7.17.
* gnu/packages/linux.scm (ipset): Update to 7.17.
This commit is contained in:
parent
d35689f2fc
commit
a611b99fe9
1 changed files with 2 additions and 2 deletions
|
@ -9428,14 +9428,14 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.")
|
||||||
(define-public ipset
|
(define-public ipset
|
||||||
(package
|
(package
|
||||||
(name "ipset")
|
(name "ipset")
|
||||||
(version "7.16")
|
(version "7.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ipset.netfilter.org/"
|
(uri (string-append "https://ipset.netfilter.org/"
|
||||||
"ipset-" version ".tar.bz2"))
|
"ipset-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l4nybq17gr2ick7bbb5gq46bsqiw4rxmrvi0qfkvpm1yk6xkcc7"))))
|
(base32 "1n34mkrdha9rggd0fizjx6baqkiqqd1yfhb5ml663mlx93zwjjdy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libmnl))
|
(list libmnl))
|
||||||
|
|
Reference in a new issue