mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
79dfe6bed5
commit
76c69bb07a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue