me
/
guix
Archived
1
0
Fork 0

gnu: htop: Update to 3.0.0.

* gnu/packages/admin.scm (htop): Update to 3.0.0.
[source]: Switch to new upstream.  Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
[home-page]: Switch to new upstream.
master
Tobias Geerinckx-Rice 2020-08-30 01:01:38 +02:00
parent 0acbcaa90d
commit 9925a2347a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 14 additions and 10 deletions

View File

@ -514,20 +514,24 @@ or via the @code{facter} Ruby library.")
(define-public htop (define-public htop
(package (package
(name "htop") (name "htop")
(version "2.2.0") (version "3.0.0")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "http://hisham.hm/htop/releases/" (method git-fetch)
version "/htop-" version ".tar.gz")) (uri (git-reference
(sha256 (url "https://github.com/htop-dev/htop")
(base32 (commit version)))
"0mrwpb3cpn3ai7ar33m31yklj64c3pp576vh1naqff6f21pq5mnr")))) (sha256
(base32 "096gdnpaszs5rfp7qj8npi2jkvdqpp8mznn89f97ykrg6pgagwq4"))
(file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("ncurses" ,ncurses))) `(("ncurses" ,ncurses)))
(native-inputs (native-inputs
`(("python" ,python-wrapper))) ;for scripts/MakeHeader.py `(("autoconf" ,autoconf)
(home-page "https://hisham.hm/htop/") ("automake" ,automake)
("python" ,python-wrapper))) ; for scripts/MakeHeader.py
(home-page "https://htop.dev")
(synopsis "Interactive process viewer") (synopsis "Interactive process viewer")
(description (description
"This is htop, an interactive process viewer. It is a text-mode "This is htop, an interactive process viewer. It is a text-mode