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
1 changed files with 2 additions and 2 deletions

View File

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