emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62088: closed ([PATCH] gnu: arp-scan: Update to 1.10.0.)


From: GNU bug Tracking System
Subject: bug#62088: closed ([PATCH] gnu: arp-scan: Update to 1.10.0.)
Date: Mon, 27 Mar 2023 15:57:02 +0000

Your message dated Mon, 27 Mar 2023 16:55:39 +0100
with message-id <874jq6qjce.fsf@cbaines.net>
and subject line Re: [bug#62088] [PATCH] gnu: arp-scan: Update to 1.10.0.
has caused the debbugs.gnu.org bug report #62088,
regarding [PATCH] gnu: arp-scan: Update to 1.10.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62088: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62088
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: arp-scan: Update to 1.10.0. Date: Thu, 9 Mar 2023 21:52:13 +0200
* gnu/packages/networking.scm (arp-scan): Update to 1.10.0.
---
 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 b6cbd8e80a..a715b67698 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -56,6 +56,7 @@
 ;;; Copyright © 2022 Reza Alizadeh Majd <r.majd@pantherx.org>
 ;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -198,7 +199,7 @@ (define-public usrsctp
 (define-public arp-scan
   (package
     (name "arp-scan")
-    (version "1.9.8")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -208,7 +209,7 @@ (define-public arp-scan
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18pck3hi7caykpkry5ri16w4w8m11g8gvh3qx5rhwsc6d9xa2a6d"))))
+        (base32 "1d603by2v7gj6bdxn1d23l425q115dk5qfk3ywbj6wbsjysqhbq5"))))
     (build-system gnu-build-system)
     (inputs
      (list libpcap))
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62088] [PATCH] gnu: arp-scan: Update to 1.10.0. Date: Mon, 27 Mar 2023 16:55:39 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:

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

Thanks, I've pushed this to the master branch as
d6c629088a9c3a920aea5638d61ed8d5a8690e9b.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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