mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: netdiscover: Update to 0.21.
* gnu/packages/networking.scm (netdiscover): Update to 0.21. Change-Id: Id327e8767fc98c9f785df28b2c96ed42760d686c
This commit is contained in:
parent
c6cbb53120
commit
8023244b6d
1 changed files with 2 additions and 2 deletions
|
@ -5010,7 +5010,7 @@ layers.")
|
||||||
(define-public netdiscover
|
(define-public netdiscover
|
||||||
(package
|
(package
|
||||||
(name "netdiscover")
|
(name "netdiscover")
|
||||||
(version "0.20")
|
(version "0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5018,7 +5018,7 @@ layers.")
|
||||||
(url "https://github.com/netdiscover-scanner/netdiscover")
|
(url "https://github.com/netdiscover-scanner/netdiscover")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0k0wdrp2phc38lq2fillfj5myjnq2czwx65s4vg8y5har0d7syr3"))
|
(base32 "0c5av6x2wm7gmhh5wc5961ff3l6kzpx95aj076qwn7v6v28psvpj"))
|
||||||
(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