gnu: htop: Update to 3.1.0.

* gnu/packages/admin.scm (htop): Update to 3.1.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Z572 2021-09-23 19:28:19 +08:00 committed by Leo Famulari
parent 1216908f2d
commit e1401fb727
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -637,7 +637,7 @@ (define-public ttyload
(define-public htop (define-public htop
(package (package
(name "htop") (name "htop")
(version "3.0.5") (version "3.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -645,7 +645,7 @@ (define-public htop
(url "https://github.com/htop-dev/htop") (url "https://github.com/htop-dev/htop")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "10lp6cbfvigzp6pq5nwj3s3l4vs7cv92krz2r08nwrz8vl6rqdzp")) (base32 "1ngvidaka6xbfb3l4zxmlksk2ms93fy3sb76w7917kjgn9mh53zz"))
(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