gnu: htop: Update to 3.0.1.

* gnu/packages/admin.scm (htop): Update to 3.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-07 19:43:33 +02:00
parent dc89d17164
commit b2e5d1c145
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.0") (version "3.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -522,7 +522,7 @@ 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 "096gdnpaszs5rfp7qj8npi2jkvdqpp8mznn89f97ykrg6pgagwq4")) (base32 "0kjlphdvwwbj91kk91s4ksc954d3c2bznddzx2223jmb1bn9rcsa"))
(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