summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-02-12 01:00:01 +0100
commit19d58dbc24d8bc74b0a4c786c377409166421497 (patch)
tree91ecc82f541013f66e7699f02894dc4801c4029c /gnu/packages
parent3286a38c42d8c88a6ac1e869d12d8e77357246e8 (diff)
downloadguix-patches-19d58dbc24d8bc74b0a4c786c377409166421497.tar
guix-patches-19d58dbc24d8bc74b0a4c786c377409166421497.tar.gz
gnu: htop: Update to 3.2.2.
* gnu/packages/admin.scm (htop): Update to 3.2.2.
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 3bf03aeec6..5ea65862a2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -769,7 +769,7 @@ on memory usage on GNU/Linux systems.")
(define-public htop
(package
(name "htop")
- (version "3.2.1")
+ (version "3.2.2")
(source
(origin
(method git-fetch)
@@ -777,7 +777,7 @@ on memory usage on GNU/Linux systems.")
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
- (base32 "0yfmkw3y4qyd42svhpiijif7krvmnb8z88y6h9g4fwf7sfynq2rk"))
+ (base32 "0cyaprgnhfrc7rqq053903bjylaplvxkb65b04bsxmiva09lvf9s"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs