[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/18: gnu: arp-scan: Update to 1.10.0.
From: |
guix-commits |
Subject: |
03/18: gnu: arp-scan: Update to 1.10.0. |
Date: |
Mon, 27 Mar 2023 11:45:42 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit d6c629088a9c3a920aea5638d61ed8d5a8690e9b
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Thu Mar 9 21:52:13 2023 +0200
gnu: arp-scan: Update to 1.10.0.
* gnu/packages/networking.scm (arp-scan): Update to 1.10.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/networking.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ae26105c2c..adf3f25bee 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -58,6 +58,7 @@
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -200,7 +201,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.8")
+ (version "1.10.0")
(source
(origin
(method git-fetch)
@@ -210,7 +211,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 "18pck3hi7caykpkry5ri16w4w8m11g8gvh3qx5rhwsc6d9xa2a6d"))))
+ (base32 "1d603by2v7gj6bdxn1d23l425q115dk5qfk3ywbj6wbsjysqhbq5"))))
(build-system gnu-build-system)
(inputs
(list libpcap))
- branch master updated (b3f559886f -> da410b45a9), guix-commits, 2023/03/27
- 03/18: gnu: arp-scan: Update to 1.10.0.,
guix-commits <=
- 01/18: gnu: guix-build-coordinator: Update to 0-76.3c9354e., guix-commits, 2023/03/27
- 13/18: gnu: python-isodate: Update to 0.6.1., guix-commits, 2023/03/27
- 11/18: gnu: strace: Update to 6.2., guix-commits, 2023/03/27
- 04/18: gnu: mympd: Update to 10.2.6., guix-commits, 2023/03/27
- 02/18: gnu: gnuplot: Update to 5.4.6., guix-commits, 2023/03/27
- 07/18: gnu: Update waybar to 0.9.17., guix-commits, 2023/03/27
- 10/18: gnu: ugrep: Update to 3.11.0., guix-commits, 2023/03/27
- 12/18: gnu: parallel: Update to 20230322., guix-commits, 2023/03/27
- 17/18: gnu: mu: Update to 1.10.0., guix-commits, 2023/03/27
- 18/18: gnu: texinfo: Update to 7.0.3, guix-commits, 2023/03/27