guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c6cbb531201a5d93dc56846a0c3c39127a77fc7a
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Tue Sep 9 21:11:49 2025 +0300

    gnu: hcxtools: Update to 7.0.1.
    
    * gnu/packages/networking.scm (hcxtools): Update to 7.0.1.
    
    Change-Id: I25519ebecf0857792c348bdf9c196388e190f161
---
 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 ca8e5b2354..eb435eedc6 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3779,7 +3779,7 @@ Ethernet and TAP interfaces is supported.  Packet capture 
is also supported.")
 (define-public hcxtools
   (package
     (name "hcxtools")
-    (version "6.3.5")
+    (version "7.0.1")
     (source
      (origin
        (method git-fetch)
@@ -3787,7 +3787,7 @@ Ethernet and TAP interfaces is supported.  Packet capture 
is also supported.")
              (url "https://github.com/ZerBea/hcxtools";)
              (commit version)))
        (sha256
-        (base32 "0kmgl9q4iq0c5c8hlqmxnzz17nxplmzlnbi3h2q5vz75hn4ccmzi"))
+        (base32 "07j8fcy9fq1i4jns6v1gx85pm34q56022aw391mdzxq5yka7wpjr"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))

Reply via email to