gnu: netdiscover: Update to 0.10.
* gnu/packages/networking.scm (netdiscover): Update to 0.10.
This commit is contained in:
parent
96387f01b6
commit
c11f585366
1 changed files with 3 additions and 3 deletions
|
@ -4410,7 +4410,7 @@ (define-public yggdrasil
|
|||
(define-public netdiscover
|
||||
(package
|
||||
(name "netdiscover")
|
||||
(version "0.7")
|
||||
(version "0.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4418,10 +4418,10 @@ (define-public netdiscover
|
|||
(url "https://github.com/netdiscover-scanner/netdiscover")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0g8w8rlg16dsibxi4dnyn7v7r8wwi5ypd51c4w59j0ps2id0w8yj"))
|
||||
(base32 "1ljkj280qja9rz0zwkilsa4051fdxsygjqhfch0wpkxxa5zx3prx"))
|
||||
(file-name (string-append "netdiscover-" version))))
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; no tests
|
||||
`(#:tests? #f)) ; no tests
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list libnet libpcap))
|
||||
|
|
Loading…
Reference in a new issue