aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pflug <david@pflug.io>2024-10-28 18:24:44 -0400
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-11-28 14:12:17 +0800
commit76c69bb07a5a3223b55519f7136663dee1fd5bfa (patch)
treeffd519fbef17a5a010ec0276904f5e418d3fc925
parent79dfe6bed59edbc9d8559446d0773720b6a5c913 (diff)
downloadguix-76c69bb07a5a3223b55519f7136663dee1fd5bfa.tar.gz
guix-76c69bb07a5a3223b55519f7136663dee1fd5bfa.zip
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>
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 23cf36006f..d78f4ca02f 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2811,7 +2811,7 @@ the bandwidth, loss, and other parameters.")
(define-public nethogs
(package
(name "nethogs")
- (version "0.8.7")
+ (version "0.8.8")
(source
(origin
(method git-fetch)
@@ -2820,7 +2820,7 @@ the bandwidth, loss, and other parameters.")
(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)