gnu: ipset: Update to 7.15.

* gnu/packages/linux.scm (ipset): Update to 7.15.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-17 16:36:35 +02:00
parent e22f12bb79
commit 6441d8ad08
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))