gnu: htop: Update to 3.2.0.

* gnu/packages/admin.scm (htop): Update to 3.2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-08 02:00:02 +02:00
parent 6f4ceb5449
commit 8de6d6ffb2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -671,7 +671,7 @@ console.")
(define-public htop (define-public htop
(package (package
(name "htop") (name "htop")
(version "3.1.2") (version "3.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -679,7 +679,7 @@ console.")
(url "https://github.com/htop-dev/htop") (url "https://github.com/htop-dev/htop")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "024qhrlmqgwmn6bwb5yiff9bhhdabryiphzx8y654k8r8vqi59j4")) (base32 "16l1r2ixzs640ybqp2x8bfyvk98kiywy7k3sjmp5j5npdzn5ryd7"))
(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