gnu: nethogs: Update to 0.8.8.

* gnu/packages/networking.scm (nethogs): Update to 0.8.8.

Change-Id: I68e127f52b731ebed5470d4372bc3956ddc073af
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
David Pflug 2024-10-28 18:24:44 -04:00 committed by Zheng Junjie
parent 79dfe6bed5
commit 76c69bb07a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2811,7 +2811,7 @@ (define-public iperf
(define-public nethogs
(package
(name "nethogs")
(version "0.8.7")
(version "0.8.8")
(source
(origin
(method git-fetch)
@ -2820,7 +2820,7 @@ (define-public nethogs
(commit (string-append "v" version))))
(hash
(content-hash
(base32 "10shdwvfj90lp2fxz9260342a1c2n1jbw058qy5pyq5kh3xwr9b8")
(base32 "0iaiv1hqahbxyjqqcjvsn8yhvjxdmxjnhqqgijc1a841ck44q9gv")
sha256))
(file-name (git-file-name name version))))
(build-system gnu-build-system)