summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-05-28 23:01:25 +0200
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-05-29 12:23:43 +0800
commit116d3b32cfb3a441fbb7ab05aa007f17c0999e43 (patch)
treecc60f45c8b12c1261d5c82e7437ebcb1845da317 /gnu/packages
parent5577e130abd58bf943aa87775d74816dab1b1d69 (diff)
gnu: htop: Update to 3.3.0.
* gnu/packages/admin.scm (htop): Update to 3.3.0. Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bae9ee1308..775083c92c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -828,7 +828,7 @@ on memory usage on GNU/Linux systems.")
(define-public htop
(package
(name "htop")
- (version "3.2.2")
+ (version "3.3.0")
(source
(origin
(method git-fetch)
@@ -836,7 +836,7 @@ on memory usage on GNU/Linux systems.")
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
- (base32 "0cyaprgnhfrc7rqq053903bjylaplvxkb65b04bsxmiva09lvf9s"))
+ (base32 "0g2rpp9plblmd9khic2f06089hfh0iy521dqqnr3vkin6s9m0f58"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs