diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 23:51:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 23:52:47 +0200 |
commit | 28553e17fd2ce7f51429891d6a82ed2d0bbadbe2 (patch) | |
tree | 99999deb3850702f689b9695e527063e177f2cb5 | |
parent | d1aca5b0370a7fa69bd525abd56c480e1424e5dd (diff) | |
download | guix-28553e17fd2ce7f51429891d6a82ed2d0bbadbe2.tar guix-28553e17fd2ce7f51429891d6a82ed2d0bbadbe2.tar.gz |
gnu: hcxtools: Update to 5.2.0.
* gnu/packages/networking.scm (hcxtools): Update to 5.2.0.
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 16e04aaa13..9d208e9eb2 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -2283,7 +2283,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.") (define-public hcxtools (package (name "hcxtools") - (version "5.1.6") + (version "5.2.0") (source (origin (method git-fetch) @@ -2291,7 +2291,7 @@ Ethernet and TAP interfaces is supported. Packet capture is also supported.") (url "https://github.com/ZerBea/hcxtools.git") (commit version))) (sha256 - (base32 "05sjbmv2wq3nlmammrwxqc62c4sagjjgczzddr1jcqkf6kywzkl8")) + (base32 "0k2qlq9hz5zc21nyc6yrnfqzga7hydn5mm0x3rpl2fhkwl81lxcn")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (inputs |