Archived
1
0
Fork 0

gnu: htop: Update to 3.0.2.

* gnu/packages/admin.scm (htop): Update to 3.0.2.
[native-inputs]: Remove python-wrapper.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-15 14:08:16 +02:00
parent 9d1af83e0b
commit 6493d0eec4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -514,7 +514,7 @@ or via the @code{facter} Ruby library.")
(define-public htop (define-public htop
(package (package
(name "htop") (name "htop")
(version "3.0.1") (version "3.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -522,15 +522,14 @@ or via the @code{facter} Ruby library.")
(url "https://github.com/htop-dev/htop") (url "https://github.com/htop-dev/htop")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "0kjlphdvwwbj91kk91s4ksc954d3c2bznddzx2223jmb1bn9rcsa")) (base32 "1qmqhbnc5yw4brd24yrp85k09770c1c00nl03mkv5pdz2bvqivk7"))
(file-name (git-file-name name version)))) (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
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)))
("python" ,python-wrapper))) ; for scripts/MakeHeader.py
(home-page "https://htop.dev") (home-page "https://htop.dev")
(synopsis "Interactive process viewer") (synopsis "Interactive process viewer")
(description (description