mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hcxtools: Update to 6.3.5.
* gnu/packages/networking.scm (hcxtools): Update to 6.3.5. Change-Id: I11cc71b2d18968f61ca7e1f0762af9a71652d15c
This commit is contained in:
parent
889d2aae7e
commit
e87c5b9a92
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue