guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/46: gnu: arp-scan: Update to 1.9.8.


From: guix-commits
Subject: 15/46: gnu: arp-scan: Update to 1.9.8.
Date: Fri, 16 Dec 2022 21:38:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 52ffc0c44fd66b47591fb4dcc9f22ed9cc4c56d3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:02 2022 +0100

    gnu: arp-scan: Update to 1.9.8.
    
    * gnu/packages/networking.scm (arp-scan): Update to 1.9.8.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 10cafa1c01..41ea34dfbd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]