GNU bug report logs -
#55971
[PATCH] gnu: htop: Update to 3.2.1.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 14 Jun 2022 14:18:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/admin.scm (htop): Update to 3.2.1.
---
The htop package has no dependencies.
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 48000b9b6e..21983848a0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -680,7 +680,7 @@ (define-public ttyload
(define-public htop
(package
(name "htop")
- (version "3.2.0")
+ (version "3.2.1")
(source
(origin
(method git-fetch)
@@ -688,7 +688,7 @@ (define-public htop
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
- (base32 "16l1r2ixzs640ybqp2x8bfyvk98kiywy7k3sjmp5j5npdzn5ryd7"))
+ (base32 "0yfmkw3y4qyd42svhpiijif7krvmnb8z88y6h9g4fwf7sfynq2rk"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs
--
2.36.1
This bug report was last modified 3 years and 33 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.