Skip to content
Snippets Groups Projects
Commit a2a06c51 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: htop: Update to 2.0.0.

* gnu/packages/admin.scm (htop): Update to 2.0.0.
parent 8a75c589
No related branches found
No related tags found
No related merge requests found
......@@ -153,14 +153,14 @@ (define-public dfc
(define-public htop
(package
(name "htop")
(version "1.0.3")
(version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append "http://hisham.hm/htop/releases/"
version "/htop-" version ".tar.gz"))
(sha256
(base32
"0a8qbpsifzjwc4f45xfwm48jhm59g6q5hlib4bf7z13mgy95fp05"))))
"1d944hn0ldxvxfrz9acr26lpmzlwj91m0s7x2xnivnfnmfha4p6i"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)))
......
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