mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: knockd: Update to 0.8.
* gnu/packages/networking.scm (knockd): Update to 0.8.
This commit is contained in:
parent
763feb97cd
commit
222e691666
1 changed files with 2 additions and 2 deletions
|
@ -509,14 +509,14 @@ SCTP-aware kernel (most are).")
|
|||
(define-public knockd
|
||||
(package
|
||||
(name "knockd")
|
||||
(version "0.7")
|
||||
(version "0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.zeroflux.org/proj/knock/files/knock-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"193qcpsy7v51c6awhg9652l5blyz8vp6n7y6fi7l4rhh6af4ff4r"))))
|
||||
"1iv9h7a9l81ilbld3pi0dmzkizjss1755x1x3v5jxsi4asb8r3b9"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libpcap" ,libpcap)))
|
||||
|
|
Loading…
Reference in a new issue