gnu: netdiscover: Update to 0.10.

* gnu/packages/networking.scm (netdiscover): Update to 0.10.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-30 02:00:01 +01:00
parent 96387f01b6
commit c11f585366
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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