guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2ef2aa03fcce104af8996e516499cdcf1377a23b
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Mon Feb 23 08:38:59 2026 +0300

    gnu: hcxdumptool: Update to 7.1.2.
    
    * gnu/packages/networking.scm (hcxdumptool): Update to 7.1.2.
    
    Change-Id: Id3c6e1ec476e923e2ccd1777336f5f9b9a7f497a
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 203320c59e..19ec1af1c2 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -60,7 +60,7 @@
 ;;; Copyright © 2023 Bruno Victal <[email protected]>
 ;;; Copyright © 2023 Yovan Naumovski <[email protected]>
 ;;; Copyright © 2023, 2024 Zheng Junjie <[email protected]>
-;;; Copyright © 2023, 2024, 2025 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2023, 2024, 2025, 2026 Artyom V. Poptsov 
<[email protected]>
 ;;; Copyright © 2024 Tomas Volf <[email protected]>
 ;;; Copyright © 2022 Dominic Martinez <[email protected]>
 ;;; Copyright © 2024 Alexey Abramov <[email protected]>
@@ -4074,7 +4074,7 @@ packets from wireless devices for use with hashcat or 
John the Ripper.")
 (define-public hcxdumptool
   (package
     (name "hcxdumptool")
-    (version "7.0.1")
+    (version "7.1.2")
     (source
      (origin
        (method git-fetch)
@@ -4082,7 +4082,7 @@ packets from wireless devices for use with hashcat or 
John the Ripper.")
              (url "https://github.com/ZerBea/hcxdumptool";)
              (commit version)))
        (sha256
-        (base32 "1h03wdm9rcfa0s59kbd1dv550k7c4rpksw5w5djz5q70i23f25h0"))
+        (base32 "044ixwww6byfmv9208h3xzhqfc996sxxjqqq2lhr8dwmvg6s6jbl"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments

Reply via email to