~ruther/guix-local

e87c5b9a92bcee88a07c0ed55926f632abecf8f7 — Artyom V. Poptsov 1 year, 2 months ago 889d2aa
gnu: hcxtools: Update to 6.3.5.

* gnu/packages/networking.scm (hcxtools): Update to 6.3.5.

Change-Id: I11cc71b2d18968f61ca7e1f0762af9a71652d15c
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +2 -2
@@ 3702,7 3702,7 @@ Ethernet and TAP interfaces is supported.  Packet capture is also supported.")
(define-public hcxtools
  (package
    (name "hcxtools")
    (version "6.2.7")
    (version "6.3.5")
    (source
     (origin
       (method git-fetch)


@@ 3710,7 3710,7 @@ Ethernet and TAP interfaces is supported.  Packet capture is also supported.")
             (url "https://github.com/ZerBea/hcxtools")
             (commit version)))
       (sha256
        (base32 "0460dxbc04w60l3g06rk007yyb6qprgyii59y2zdki0vy7q63m8b"))
        (base32 "0kmgl9q4iq0c5c8hlqmxnzz17nxplmzlnbi3h2q5vz75hn4ccmzi"))
       (file-name (git-file-name name version))))
    (build-system gnu-build-system)
    (native-inputs (list pkg-config))