gnu: htop: Update to 2.0.2.

* gnu/packages/admin.scm (htop): Update to 2.0.2.
This commit is contained in:
Leo Famulari 2016-08-01 19:04:51 -04:00
parent 455859a50f
commit 621954ba4e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -183,14 +183,14 @@ (define-public dfc
(define-public htop
(package
(name "htop")
(version "2.0.1")
(version "2.0.2")
(source (origin
(method url-fetch)
(uri (string-append "http://hisham.hm/htop/releases/"
version "/htop-" version ".tar.gz"))
(sha256
(base32
"0rjn9ybqx5sav7z4gn18f1q6k23nmqyb6yydfgghzdznz9nn447l"))))
"11zlwadm6dpkrlfvf3z3xll26yyffa7qrxd1w72y1kl0rgffk6qp"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)))