me
/
guix
Archived
1
0
Fork 0

gnu: arp-scan: Update to 1.9.8.

* gnu/packages/networking.scm (arp-scan): Update to 1.9.8.
master
Tobias Geerinckx-Rice 2022-12-11 01:00:02 +01:00
parent 06e088cc67
commit 52ffc0c44f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ runs on top of IP or UDP, and supports both v4 and v6 versions.")
(define-public arp-scan
(package
(name "arp-scan")
(version "1.9.7")
(version "1.9.8")
(source
(origin
(method git-fetch)
@ -206,7 +206,7 @@ runs on top of IP or UDP, and supports both v4 and v6 versions.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1mf7a4f9vzvnkiavc87aqyciswggsb4fpy7j05jxnvjyyxv3l7gp"))))
(base32 "18pck3hi7caykpkry5ri16w4w8m11g8gvh3qx5rhwsc6d9xa2a6d"))))
(build-system gnu-build-system)
(inputs
(list libpcap))