Skip to content
Snippets Groups Projects
Unverified Commit 7ece89fa authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: htop: Update to 3.0.5.

* gnu/packages/admin.scm (htop): Update to 3.0.5.
parent bef64a7f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment