gnu: htop: Update to 3.0.5.

* gnu/packages/admin.scm (htop): Update to 3.0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-11 22:09:29 +01:00
parent bef64a7fab
commit 7ece89fa2b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -516,7 +516,7 @@ (define-public facter
(define-public htop
(package
(name "htop")
(version "3.0.4")
(version "3.0.5")
(source
(origin
(method git-fetch)
@ -524,7 +524,7 @@ (define-public htop
(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