From 66dd167a01e0eec4a3d0064115e617ba155131ed Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 7 Jun 2022 12:05:54 +0200 Subject: [PATCH 2/2] gnu: hcxtools: Update to 6.2.7. * gnu/packages/networking.scm (hcxtools): Update to 6.2.7. diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 5b82516812..ccb0ded0aa 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -3221,7 +3221,7 @@ (define-public ubridge (define-public hcxtools (package (name "hcxtools") - (version "5.2.0") + (version "6.2.7") (source (origin (method git-fetch) @@ -3229,7 +3229,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)) -- 2.35.1