gnu: htop: Update to 3.1.2.

* gnu/packages/admin.scm (htop): Update to 3.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-16 23:33:30 +01:00
parent 87977e9e9e
commit 028bf93355
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -631,7 +631,7 @@ (define-public ttyload
(define-public htop
(package
(name "htop")
(version "3.1.1")
(version "3.1.2")
(source
(origin
(method git-fetch)
@ -639,7 +639,7 @@ (define-public htop
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
(base32 "19xnqnavpxbyix2gp1p3lbhlaawx0gdklx3aq4x4ylrxml2nwyi6"))
(base32 "024qhrlmqgwmn6bwb5yiff9bhhdabryiphzx8y654k8r8vqi59j4"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs