mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ipset: Update to 7.15.
* gnu/packages/linux.scm (ipset): Update to 7.15.
This commit is contained in:
parent
e22f12bb79
commit
6441d8ad08
1 changed files with 2 additions and 2 deletions
|
@ -8394,14 +8394,14 @@ (define-public ttyebus-linux-module
|
||||||
(define-public ipset
|
(define-public ipset
|
||||||
(package
|
(package
|
||||||
(name "ipset")
|
(name "ipset")
|
||||||
(version "7.11")
|
(version "7.15")
|
||||||
(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 "0zdzp9fhpp6hmirzxy7w27fb9xx9lxd2ykxbn8by7ngi62nvll9i"))))
|
(base32 "0l8pcaym6057hq3a4zwnk53p5y6xg1m3d3c83wn18h5nmnm4am8a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libmnl" ,libmnl)))
|
`(("libmnl" ,libmnl)))
|
||||||
|
|
Loading…
Reference in a new issue