gnu: ipset: Update to 7.7.
* gnu/packages/linux.scm (ipset): Update to 7.7.
This commit is contained in:
parent
d29f0007cb
commit
6309f866f2
1 changed files with 2 additions and 2 deletions
|
|
@ -7557,13 +7557,13 @@ 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.6")
|
(version "7.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://ipset.netfilter.org/ipset-" version ".tar.bz2"))
|
(uri (string-append "http://ipset.netfilter.org/ipset-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ny2spcm6bmpj8vnazssg99k59impr7n84jzkdmdjly1m7548z8f"))))
|
"0ckc678l1431mb0q5ilfgy0ajjwi8n135c72h606imm43dc0v9a5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libmnl" ,libmnl)))
|
`(("libmnl" ,libmnl)))
|
||||||
|
|
|
||||||
Reference in a new issue