summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-01-11 22:09:29 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-01-11 23:31:07 +0100
commit7ece89fa2ba18d3f8402ed309aa0c7bfdbaff990 (patch)
tree94476783b93f9b836f38d7ab333703fb52286ca9 /gnu/packages/admin.scm
parentbef64a7fab48cde7d61e9ce5b1e85b6555c8e21b (diff)
gnu: htop: Update to 3.0.5.
* gnu/packages/admin.scm (htop): Update to 3.0.5.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 2018a6c2e8..90a9c2e439 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -516,7 +516,7 @@ or via the @code{facter} Ruby library.")
(define-public htop
(package
(name "htop")
- (version "3.0.4")
+ (version "3.0.5")
(source
(origin
(method git-fetch)
@@ -524,7 +524,7 @@ or via the @code{facter} Ruby library.")
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
- (base32 "1fckfv96vzqjs3lzy0cgwsqv5vh1sxca3fhvgskmnkvr5bq6cia9"))
+ (base32 "10lp6cbfvigzp6pq5nwj3s3l4vs7cv92krz2r08nwrz8vl6rqdzp"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs