mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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 @@ (define-public ttyebus-linux-module
|
|||
(define-public ipset
|
||||
(package
|
||||
(name "ipset")
|
||||
(version "7.6")
|
||||
(version "7.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://ipset.netfilter.org/ipset-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ny2spcm6bmpj8vnazssg99k59impr7n84jzkdmdjly1m7548z8f"))))
|
||||
"0ckc678l1431mb0q5ilfgy0ajjwi8n135c72h606imm43dc0v9a5"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libmnl" ,libmnl)))
|
||||
|
|
Loading…
Reference in a new issue