mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hcxtools: Update to 6.2.7.
* gnu/packages/networking.scm (hcxtools): Update to 6.2.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9317cb3e9c
commit
a88de093fb
1 changed files with 2 additions and 2 deletions
|
@ -3278,7 +3278,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
|
||||||
(define-public hcxtools
|
(define-public hcxtools
|
||||||
(package
|
(package
|
||||||
(name "hcxtools")
|
(name "hcxtools")
|
||||||
(version "5.2.0")
|
(version "6.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3286,7 +3286,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.")
|
||||||
(url "https://github.com/ZerBea/hcxtools")
|
(url "https://github.com/ZerBea/hcxtools")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn"))
|
(base32 "0460dxbc04w60l3g06rk007yyb6qprgyii59y2zdki0vy7q63m8b"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue