guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 807613465e700a9ba7927b8e148c64912597e0d1
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Tue Sep 9 21:09:26 2025 +0300

    gnu: hcxdumptool: Update to 7.0.1.
    
    * gnu/packages/networking.scm (hcxdumptool): Update to 7.0.1.
    
    Change-Id: Idf5c0c3dde9c5f2c00062a36e3c9e00efe2444f8
---
 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 b08ed7256f..ca8e5b2354 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3813,7 +3813,7 @@ packets from wireless devices for use with hashcat or 
John the Ripper.")
 (define-public hcxdumptool
   (package
     (name "hcxdumptool")
-    (version "6.3.5")
+    (version "7.0.1")
     (source
      (origin
        (method git-fetch)
@@ -3821,7 +3821,7 @@ packets from wireless devices for use with hashcat or 
John the Ripper.")
              (url "https://github.com/ZerBea/hcxdumptool";)
              (commit version)))
        (sha256
-        (base32 "12q5qzni0ggk76wsprk68l8g07rrgv46xw4ycnpvbj9q71p2f3iw"))
+        (base32 "1h03wdm9rcfa0s59kbd1dv550k7c4rpksw5w5djz5q70i23f25h0"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to