unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62088] [PATCH] gnu: arp-scan: Update to 1.10.0.
@ 2023-03-09 19:52 Yovan Naumovski via Guix-patches via
  2023-03-27 15:55 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-03-09 19:52 UTC (permalink / raw)
  To: 62088; +Cc: Yovan Naumovski

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62088] [PATCH] gnu: arp-scan: Update to 1.10.0.
  2023-03-09 19:52 [bug#62088] [PATCH] gnu: arp-scan: Update to 1.10.0 Yovan Naumovski via Guix-patches via
@ 2023-03-27 15:55 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 15:55 UTC (permalink / raw)
  To: Yovan Naumovski; +Cc: 62088-done, 62088

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-27 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 19:52 [bug#62088] [PATCH] gnu: arp-scan: Update to 1.10.0 Yovan Naumovski via Guix-patches via
2023-03-27 15:55 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).