guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 87219c0205b27150c32bc393d54f1d0552775ee4
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Sep 20 16:33:39 2026 +0300
gnu: htop: Update to 3.5.3.
* gnu/packages/admin.scm (htop): Update to 3.5.3.
Change-Id: Ia423affe3ba0912e7f6ba97918fc8f1c1b4fb974
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d1654f44eb5..b486a735057 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1141,7 +1141,7 @@ on memory usage on GNU/Linux systems.")
(define-public htop
(package
(name "htop")
- (version "3.5.2")
+ (version "3.5.3")
(source
(origin
(method git-fetch)
@@ -1149,7 +1149,7 @@ on memory usage on GNU/Linux systems.")
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
- (base32 "1ym96qxyvm74wfm88r83dv4dnx5xlr1bpa6168kkx5dy92rg9av0"))
+ (base32 "04qyyb3nhxbab20nwflg66zd8ycf9yjdfj8fmvv2a95cnm6brfgh"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments