mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ipset: Update to 7.16.
* gnu/packages/linux.scm (ipset): Update to 7.16.
This commit is contained in:
parent
e3e4c46644
commit
145747f64f
1 changed files with 2 additions and 2 deletions
|
@ -9397,14 +9397,14 @@ (define-public ttyebus-linux-module
|
|||
(define-public ipset
|
||||
(package
|
||||
(name "ipset")
|
||||
(version "7.15")
|
||||
(version "7.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://ipset.netfilter.org/"
|
||||
"ipset-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0l8pcaym6057hq3a4zwnk53p5y6xg1m3d3c83wn18h5nmnm4am8a"))))
|
||||
(base32 "1l4nybq17gr2ick7bbb5gq46bsqiw4rxmrvi0qfkvpm1yk6xkcc7"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libmnl))
|
||||
|
|
Loading…
Reference in a new issue