mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: netdiscover: Update to 0.11.
* gnu/packages/networking.scm (netdiscover): Update to 0.11. Change-Id: Ie485eebe183fd42ce4db39b63a31787ed32547e8
This commit is contained in:
parent
235ba79b1c
commit
c8f85dee0b
1 changed files with 2 additions and 2 deletions
|
@ -4921,7 +4921,7 @@ layers.")
|
||||||
(define-public netdiscover
|
(define-public netdiscover
|
||||||
(package
|
(package
|
||||||
(name "netdiscover")
|
(name "netdiscover")
|
||||||
(version "0.10")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4929,7 +4929,7 @@ layers.")
|
||||||
(url "https://github.com/netdiscover-scanner/netdiscover")
|
(url "https://github.com/netdiscover-scanner/netdiscover")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ljkj280qja9rz0zwkilsa4051fdxsygjqhfch0wpkxxa5zx3prx"))
|
(base32 "1jk61b75jjjhj21hif6cdgvf6khcb98p7zbmbg9im8m9bsz3lhrd"))
|
||||||
(file-name (string-append "netdiscover-" version))))
|
(file-name (string-append "netdiscover-" version))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests
|
`(#:tests? #f)) ; no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue