mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: ipset: Update to 7.10.
* gnu/packages/linux.scm (ipset): Update to 7.10.
This commit is contained in:
parent
f6167cfbc3
commit
783461b429
1 changed files with 2 additions and 2 deletions
|
@ -7642,13 +7642,13 @@ (define-public ttyebus-linux-module
|
||||||
(define-public ipset
|
(define-public ipset
|
||||||
(package
|
(package
|
||||||
(name "ipset")
|
(name "ipset")
|
||||||
(version "7.9")
|
(version "7.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://ipset.netfilter.org/ipset-" version ".tar.bz2"))
|
(uri (string-append "https://ipset.netfilter.org/ipset-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02mkp7vmsh609dcp02xi290sxmsgq2fsch3875dxkwfxkrl16p5p"))))
|
"1xlwgsy06jx0bckc5r2wvyys8jfpc5klfqqqshmk5zp28fx0cjdj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libmnl" ,libmnl)))
|
`(("libmnl" ,libmnl)))
|
||||||
|
|
Loading…
Reference in a new issue