gnu: ipset: Update to 7.11.
* gnu/packages/linux.scm (ipset): Update to 7.11.
This commit is contained in:
parent
a5b24c35ca
commit
ce62ca5b1e
1 changed files with 8 additions and 7 deletions
|
|
@ -7811,13 +7811,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.10")
|
(version "7.11")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://ipset.netfilter.org/ipset-" version ".tar.bz2"))
|
(method url-fetch)
|
||||||
(sha256
|
(uri (string-append "https://ipset.netfilter.org/"
|
||||||
(base32
|
"ipset-" version ".tar.bz2"))
|
||||||
"1xlwgsy06jx0bckc5r2wvyys8jfpc5klfqqqshmk5zp28fx0cjdj"))))
|
(sha256
|
||||||
|
(base32 "0zdzp9fhpp6hmirzxy7w27fb9xx9lxd2ykxbn8by7ngi62nvll9i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libmnl" ,libmnl)))
|
`(("libmnl" ,libmnl)))
|
||||||
|
|
|
||||||
Reference in a new issue