mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public ubridge
|
|||
(define-public hcxtools
|
||||
(package
|
||||
(name "hcxtools")
|
||||
(version "5.2.0")
|
||||
(version "6.2.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3286,7 +3286,7 @@ (define-public hcxtools
|
|||
(url "https://github.com/ZerBea/hcxtools")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn"))
|
||||
(base32 "0460dxbc04w60l3g06rk007yyb6qprgyii59y2zdki0vy7q63m8b"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue